sboxplot: smart boxplot

Description Usage Arguments Examples

View source: R/sboxplot.R

Description

draws points or boxes depending on sample size

Usage

1

Arguments

x

a named list of numeric vectors

...

further arguments passed on to boxplot

Examples

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

ririzarr/rafalib documentation built on April 17, 2021, 8:56 p.m.