inst/examples/R/data/graphics/stem_and_leaf/example_stem.R

library("MASS") # for Boston Housing data
stem(Boston$medv)
stem(Boston$medv, scale=0.5)

library("aplpack")
stem.leaf(Boston$medv)
sigbertklinke/shinyExample documentation built on May 26, 2019, 4:32 a.m.