Learn R Programming

rafalib (version 1.0.4)

sboxplot: 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 boxplot

Examples

Run this code

sboxplot(list(a=rnorm(15),b=rnorm(75),c=rnorm(10000)))

Run the code above in your browser using DataLab