Boxplots
Boxplot for data.frame.
Boxplot for folded.
# S3 method for data.frame
boxplot(x, .y, .x, log, horizontal = TRUE, main = TRUE,
crit = 1.3, ref = NULL, guide = NA_character_, ...)# S3 method for folded
boxplot(x, .y, .x, log, horizontal, main = TRUE,
crit = 1.3, ref = NULL, ...)
data.frame
y axis item
x axis item
whether to log transform continuous variable
whether box/whisker axis should be horizontal
whether to include title indicating x and y items
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
passed arguments