Skip to content
Prev 58609 / 398502 Next

basic bwplot query

On Saturday 06 November 2004 16:54, Kieran Healy wrote:
Try

bwplot(voice.part ~ height | sex, data=singer,
       xlab="Height (inches)",layout=c(1,2),
       scales = list(y = list(relation = "free")))

Note that this will only work in R 2.0.0 or better.

Deepayan