LVboxplot.numeric {lvplot} | R Documentation |
Produces a single lettervalue boxplot for the specified data.
LVboxplot.numeric(x,alpha=0.95, k=NULL, perc=NULL,horizontal=TRUE,col="grey",...)
x |
alpha level for significance level: alpha 100% confidence intervals do not touch neighboring LV statistics |
alpha |
number of letter statistics to compute and draw |
k |
if defined, aim for perc percent outliers |
perc |
display horizontally (TRUE) or vertically (FALSE) |
horizontal |
specify base colour to use |
col |
unused |
... |
Hadley Wickham <h.wickham@gmail.com>