powered by
Function to illustrate the computation of box-and-whisker plots.
illustrate.boxplot(x)
An invisible object of class ggplot.
ggplot
numeric vector
Matthias Kohl Matthias.Kohl@stamats.de
The function visualizes the computation of box-and-whisker plots.
boxplot, geom_boxplot
boxplot
geom_boxplot
set.seed(123) illustrate.boxplot(rt(50, df = 5)) illustrate.boxplot(rnorm(50, mean = 3, sd = 2))
Run the code above in your browser using DataLab