boxplot.folded: Boxplot Method for Folded

Description Usage Arguments See Also Examples

View source: R/metaplot.R

Description

Boxplot for folded. Converts to data.frame with defined column attributes and calls data.frame method.

Usage

1
2
## S3 method for class 'folded'
boxplot(x, ...)

Arguments

x

folded

...

passed to boxplot.data.frame

See Also

Other bivariate plots: metaplot.folded, scatter.folded

Examples

1
2
data(eventsf)
boxplot(eventsf, SEX, WT, ref = 68)

fold documentation built on April 23, 2018, 5:03 p.m.

Related to boxplot.folded in fold...