inst/examples/R/data/graphics/trellis_display/example_trellis_xyplot2.R

library("MASS")
library("lattice")
# scatterplots of lstat and medv by rm strips
rmstrip <- equal.count(Boston$rm, number=9)
xyplot(medv~lstat|rmstrip, data=Boston)
sigbertklinke/shinyExample documentation built on May 26, 2019, 4:32 a.m.