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

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