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 <[EMAIL PROTECTED]> 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@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@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.