tmdl.stats: Calculates statistics for box & whiskers plot used in TMDL

Description Usage Arguments

Description

Similar to boxplot.stats, but whiskers end at 10th and 90th percentiles.

Usage

1
tmdl.stats(x, coef = 0.1, do.conf = TRUE, do.out = TRUE)

Arguments

x

Data for statistics

coef

Defines whiskers ends. Defaults to 10th (and 90th correspondingly) percentile.

See boxplot.stats for these

do.conf
do.out

tmdl documentation built on May 2, 2019, 6:07 p.m.

Related to tmdl.stats in tmdl...