determineDepth {lvplot} | R Documentation |
Determine number of letter values needed for n observations
determineDepth(n, k, alpha, perc)
n |
number of observation to be shown in the LV boxplot |
k |
number of letter value statistics used |
alpha |
if defined, depth k is calculated such that confidence intervals of an LV statistic do not extend into neighboring LV statistics |
perc |
if defined, depth k is adjusted such that perc percent outliers are shown |
Hadley Wickham <h.wickham@gmail.com>