[R] Something similar to layout in lattice or ggplot
Greg Snow
Greg.Snow at imail.org
Tue Sep 7 18:40:52 CEST 2010
For lattice graphics look at ?print.trellis and pay particular attention to the position, split, and more arguments, also look at the examples on that page.
The interface is a bit different from layout, but it allows for multiple independent plots on the same page.
--
Gregory (Greg) L. Snow Ph.D.
Statistical Data Center
Intermountain Healthcare
greg.snow at imail.org
801.408.8111
> -----Original Message-----
> From: r-help-bounces at r-project.org [mailto:r-help-bounces at r-
> project.org] On Behalf Of Abhijit Dasgupta
> Sent: Tuesday, September 07, 2010 8:38 AM
> To: r-help at r-project.org
> Subject: [R] Something similar to layout in lattice or ggplot
>
> Hi,
>
> Is there a function similar to the layout function in base graphics in
> either lattice or ggplot? I'm hoping someone has written a function
> wrapper to the appropriate commands in grid that would make this easier
> :)
>
> Abhijit
>
> [[alternative HTML version deleted]]
>
> ______________________________________________
> 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