determineDepth: Determine depth of letter values needed for n observations.

View source: R/calculate.r

determineDepthR Documentation

Determine depth of letter values needed for n observations.

Description

Determine depth of letter values needed for n observations.

Usage

determineDepth(n, k = NULL, alpha = NULL, perc = NULL)

Arguments

n

number of observation to be shown in the LV boxplot

k

number of letter value statistics used

alpha

if supplied, depth k is calculated such that (1-alpha)100 intervals of an LV statistic do not extend into neighboring LV statistics.

perc

if supplied, depth k is adjusted such that perc percent outliers are shown

Details

Supply one of k, alpha or perc.


lvplot documentation built on Sept. 26, 2022, 1:05 a.m.