[R] lattice with bwplot

Henrique Dallazuanna wwwhsd at gmail.com
Mon Jul 21 20:58:41 CEST 2008


Maybe you can use split argument in plot.trellis.

See  ?print.trellis.

On Mon, Jul 21, 2008 at 2:28 PM, Roberts, Kyle <kyler at mail.smu.edu> 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 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.
>



-- 
Henrique Dallazuanna
Curitiba-Paraná-Brasil
25° 25' 40" S 49° 16' 22" O



More information about the R-help mailing list