Boxplot layer

geom_boxplot(
  mapping = NULL,
  data = NULL,
  color = NULL,
  alpha = NULL,
  width = 0.6,
  coef = 1.5
)

Arguments

mapping, data, color, alpha

As in geom_point().

width

Box width in x slot units.

coef

Whisker length multiplier (Tukey's 1.5 by default).

Value

A Layer.