Maybe you can use split argument in plot.trellis. See ?print.trellis.
On Mon, Jul 21, 2008 at 2:28 PM, Roberts, Kyle <[EMAIL PROTECTED]> wrote: > Dear All, > > How come par(mfrow=c(1,2)) works with boxplot, but not with bwplot? > > #### This works > par(mfrow=c(1,2)) > boxplot(dv~index, depend) > boxplot(dv~index, depend2) > > #### This does not work > par(mfrow=c(1,2)) > bwplot(index~dv, depend) > bwplot(index~dv, depend2) > > Thanks, > Kyle > > ******************************************************** > Dr. J. Kyle Roberts > Department of Literacy, Language and Learning > School of Education and Human Development > Southern Methodist University > P.O. Box 750381 > Dallas, TX 75275 > 214-768-4494 > http://www.hlm-online.com/ > > ______________________________________________ > 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. > -- Henrique Dallazuanna Curitiba-Paraná-Brasil 25° 25' 40" S 49° 16' 22" O ______________________________________________ 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.