Learn R Programming

MKdescr (version 0.8)

illustrate.boxplot: Illustrate Box-and-Whisker Plots

Description

Function to illustrate the computation of box-and-whisker plots.

Usage

illustrate.boxplot(x)

Value

An invisible object of class ggplot.

Arguments

x

numeric vector

Author

Matthias Kohl Matthias.Kohl@stamats.de

Details

The function visualizes the computation of box-and-whisker plots.

See Also

Examples

Run this code
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