illustrate.boxplot {MKdescr} | R Documentation |
Illustrate Box-and-Whisker Plots
Description
Function to illustrate the computation of box-and-whisker plots.
Usage
illustrate.boxplot(x)
Arguments
x |
numeric vector |
Details
The function visualizes the computation of box-and-whisker plots.
Value
An invisible object of class ggplot
.
Author(s)
Matthias Kohl Matthias.Kohl@stamats.de
See Also
Examples
set.seed(123)
illustrate.boxplot(rt(50, df = 5))
illustrate.boxplot(rnorm(50, mean = 3, sd = 2))
[Package MKdescr version 0.8 Index]