Learn R Programming

metaplot (version 0.2.1)

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

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

logical:whether to include title indicating x and y items; or a substitute title or NULL

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

nobs

whether to include the number of observations under the category label

na.rm

whether to remove data points with one or more missing coordinates

...

passed arguments

See Also

Other bivariate plots: metaplot, scatter