[R] Modify pdf file with Illustrator.

Jinyan Huang jinyan.fr at gmail.com
Mon Jun 4 04:07:27 CEST 2012


Thank you for your suggestion.

Do you have some example codes using  ggplot2 or grid.arrange() and
arrangeGrob to composite figures?



On Mon, Jun 4, 2012 at 7:36 AM, Neil Collier <neilandertal at gmail.com> wrote:
> ggplot2 handles all of these requirements. I highly recommend using it for
> composite figures. Try the grid.arrange() and arrangeGrob in the 'gridExtra'
> package in addition to ggplot2.
>
>
>
> On Mon, Jun 4, 2012 at 1:08 AM, Uwe Ligges <ligges at statistik.tu-dortmund.de>
> wrote:
>>
>>
>>
>> On 03.06.2012 17:03, Jinyan Huang wrote:
>>>
>>> Thank you.
>>>
>>> 1, I want to put some text and title. Then put several figures into one.
>>
>>
>> So  just do it within R and use title() within R and use par() and its
>> argument mfrow to arrange several figures in rows and columns.
>>
>> Uwe Ligges
>>
>>
>>>
>>> On Sun, Jun 3, 2012 at 10:59 PM, Uwe Ligges
>>> <ligges at statistik.tu-dortmund.de>  wrote:
>>>>
>>>>
>>>>
>>>> On 03.06.2012 08:42, Jinyan Huang wrote:
>>>>>
>>>>>
>>>>> Dear list,
>>>>>
>>>>> Some times I want to modify the pdf file which produced by R with
>>>>> illustrator. But when I use Illustrator open the pdf file, it often
>>>>> makes the pdf some little changed. Anyone have some suggestions? Is it
>>>>> better to use other file type, not pdf? Or when I produced the pdf, I
>>>>> should set some other parameters?
>>>>
>>>>
>>>>
>>>> Questions are:
>>>>
>>>> 1. Why do you need to modify it, perhaps you don't.
>>>> 2. What dio you want to do with the file in later steps? Perhaps a
>>>> format
>>>> with a representation in a more human readable form helps...
>>>>
>>>> Best,
>>>> Uwe Ligges
>>>>
>>>>
>>>>
>>>>>
>>>>> Thank you
>>>>>
>>>>> ______________________________________________
>>>>> R-help at r-project.org mailing list
>>>>> https://stat.ethz.ch/mailman/listinfo/r-help
>>>>> PLEASE do read the posting guide
>>>>> http://www.R-project.org/posting-guide.html
>>>>> and provide commented, minimal, self-contained, reproducible code.
>>>
>>>
>>> ______________________________________________
>>> R-help at r-project.org mailing list
>>> https://stat.ethz.ch/mailman/listinfo/r-help
>>> PLEASE do read the posting guide
>>> http://www.R-project.org/posting-guide.html
>>> and provide commented, minimal, self-contained, reproducible code.
>>
>>
>> ______________________________________________
>> R-help at r-project.org mailing list
>> https://stat.ethz.ch/mailman/listinfo/r-help
>> PLEASE do read the posting guide
>> http://www.R-project.org/posting-guide.html
>> and provide commented, minimal, self-contained, reproducible code.
>
>



More information about the R-help mailing list