sboxplot: smart boxplot

View source: R/sboxplot.R

sboxplotR 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 boxplot

Examples


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


rafalab/rafalib documentation built on March 29, 2025, 9:35 p.m.