[R] lattice with bwplot

Roberts, Kyle kyler at mail.smu.edu
Mon Jul 21 19:28:33 CEST 2008


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/



More information about the R-help mailing list