Learn R Programming

fold (version 0.2.6)

boxplot.folded: Boxplot Method for Folded

Description

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

Usage

# S3 method for folded
boxplot(x, ...)

Arguments

x

folded

...

See Also

Other bivariate plots: metaplot.folded, scatter.folded

Examples

Run this code
# NOT RUN {
data(eventsf)
boxplot(eventsf, SEX, WT, ref = 68)
# }

Run the code above in your browser using DataLab