[R] Arranging multiple lattice plots in one page
Gabor Grothendieck
ggrothendieck at gmail.com
Fri Nov 16 17:18:16 CET 2007
par is for classic graphics -- not grid-based graphics like lattice.
See:
http://tolstoy.newcastle.edu.au/R/help/05/06/5629.html
On Nov 16, 2007 10:46 AM, Judith Flores <juryef at yahoo.com> wrote:
> Hi,
>
> I am trying to arrange 3 different lattice plots in
> one page. I tried defining par and layout without
> success.
>
> What I wrote looks something like this:
>
> par(mfrow=c(3,1))
>
> barplot(...)
> xyplot(...)
> barplot(...)
>
>
>
>
> ____________________________________________________________________________________
> Never miss a thing. Make Yahoo your home page.
>
> ______________________________________________
> 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