Boxplots
Boxplot for data.frame.
Boxplot for folded.
# S3 method for data.frame
boxplot(x, .y, .x, log, horizontal = TRUE,
main = FALSE, crit = 1.3, ref = NULL, guide = NA_character_,
nobs = FALSE, na.rm = TRUE, ...)# S3 method for folded
boxplot(x, .y, .x, log, horizontal, main = FALSE,
crit = 1.3, ref = NULL, na.rm = TRUE, ...)
data.frame
y axis item
x axis item
whether to log transform continuous variable
whether box/whisker axis should be horizontal
logical:whether to include title indicating x and y items; or a substitute title or NULL
if log is missing, log transform if mean/median ratio for non-missing x is greater than this value
optional reference line on continuous axis
optional encoding for categories see encode::encode
whether to include the number of observations under the category label
whether to remove data points with one or more missing coordinates
passed arguments