inst/examples/R/data/graphics/strip_chart/example_stripchart_ggplot.R

library("MASS") # for Boston Housing data
library("ggplot2")
d <- ggplot(Boston, aes(x=medv, y=0)) 
d + geom_point(position=position_jitter(height=0.1))
sigbertklinke/shinyExample documentation built on May 26, 2019, 4:32 a.m.