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

library("MASS")
library("lattice")
# boxplots of medv for chas and by rad
bwplot(medv~factor(chas)|factor(rad), data=Boston)
sigbertklinke/shinyExample documentation built on May 26, 2019, 4:32 a.m.