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@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