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
<lig...@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
>> <lig...@statistik.tu-dortmund.**de <lig...@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@r-project.org mailing list
>>>> https://stat.ethz.ch/mailman/**listinfo/r-help<https://stat.ethz.ch/mailman/listinfo/r-help>
>>>> PLEASE do read the posting guide
>>>> http://www.R-project.org/**posting-guide.html<http://www.R-project.org/posting-guide.html>
>>>> and provide commented, minimal, self-contained, reproducible code.
>>>>
>>>
>> ______________________________**________________
>> R-help@r-project.org mailing list
>> https://stat.ethz.ch/mailman/**listinfo/r-help<https://stat.ethz.ch/mailman/listinfo/r-help>
>> PLEASE do read the posting guide http://www.R-project.org/**
>> posting-guide.html <http://www.R-project.org/posting-guide.html>
>> and provide commented, minimal, self-contained, reproducible code.
>>
>
> ______________________________**________________
> R-help@r-project.org mailing list
> https://stat.ethz.ch/mailman/**listinfo/r-help<https://stat.ethz.ch/mailman/listinfo/r-help>
> PLEASE do read the posting guide http://www.R-project.org/**
> posting-guide.html <http://www.R-project.org/posting-guide.html>
> and provide commented, minimal, self-contained, reproducible code.
>

        [[alternative HTML version deleted]]

______________________________________________
R-help@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.

Reply via email to