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.

Reply via email to