Learn R Programming

metaplot (version 0.1.5)

boxplot: Boxplots

Description

Boxplots

Boxplot for data.frame.

Boxplot for folded.

Usage

# 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, ...)

Arguments

x

data.frame

.y

y axis item

.x

x axis item

log

whether to log transform continuous variable

horizontal

whether box/whisker axis should be horizontal

main

whether to include title indicating x and y items

crit

if log is missing, log transform if mean/median ratio for non-missing x is greater than this value

ref

optional reference line on continuous axis

guide

optional encoding for categories see encode::encode

...

passed arguments

See Also

Other bivariate plots: metaplot, scatter