determineDepth {lvplot} | R 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- |
perc |
if supplied, depth k is adjusted such that |
Details
Supply one of k
, alpha
or perc
.
[Package lvplot version 0.2.1 Index]