Learn R Programming

metaplot (version 0.2.7)

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.data.frame, metaplot.folded, scatter.data.frame, scatter.folded, scatter_data_frame

Other boxplot: boxplot.data.frame

Examples

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

Run the code above in your browser using DataLab