illustrateBoxplot: Illustrate Box-and-Whisker Plots

illustrate.boxplotR 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

boxplot, geom_boxplot

Examples

set.seed(123)
illustrate.boxplot(rt(50, df = 5))
illustrate.boxplot(rnorm(50, mean = 3, sd = 2))

MKdescr documentation built on Nov. 10, 2022, 5:12 p.m.