inst/examples/R/data/graphics/bar_chart/barchart_example_plot.R

library("MASS") # for Boston Housing data
tab <- table(Boston$rad)
# bar chart as needles (should not be used!)
plot(tab)
sigbertklinke/shinyExample documentation built on May 26, 2019, 4:32 a.m.