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)))


rafalib documentation built on April 11, 2025, 5:51 p.m.

Related to sboxplot in rafalib...