inst/examples/R/data/graphics/boxplot/example_boxplot_ggplot.R

library("MASS") # for Boston Housing data
library("ggplot2")
ggplot(Boston, aes(x=factor(rad), y=medv)) + geom_boxplot() 
sigbertklinke/shinyExample documentation built on May 26, 2019, 4:32 a.m.