Yes, with the HH package.

require(HH)
dotplot(sample(0:9, 50, replace=TRUE), panel=panel.dotplot.tb)
dotplot(rep(1:5,10) ~ sample(0:9, 50, replace=TRUE), panel=panel.dotplot.tb)
dotplot(rep(1:5,10) ~ sample(0:9, 50, replace=TRUE) | rep(c(1,1,1,2,2),10),
panel=panel.dotplot.tb)
dotplot(~ sample(0:9, 50, replace=TRUE) | rep(c(1,1,1,2,2),10),
panel=panel.dotplot.tb)

______________________________________________
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