sboxplot {rafalib} | R Documentation |
smart boxplot
Description
draws points or boxes depending on sample size
Usage
sboxplot(x, ...)
Arguments
x |
a named list of numeric vectors |
... |
further arguments passed on to |
Examples
sboxplot(list(a=rnorm(15),b=rnorm(75),c=rnorm(10000)))
[Package rafalib version 1.0.0 Index]