inst/examples/R/data/outlier/boxplot/example_boxplot_outliers.R

n <- 10000
x <- rnorm(n)
boxplot(x, horizontal=T)
rug(x)
sigbertklinke/shinyExample documentation built on May 26, 2019, 4:32 a.m.