stat_boxploth {ggstance} | R Documentation |
Horizontal boxplot computation.
Description
Horizontal version of stat_boxplot
().
Usage
stat_boxploth(
mapping = NULL,
data = NULL,
geom = "boxploth",
position = "dodge2v",
...,
coef = 1.5,
na.rm = FALSE,
show.legend = NA,
inherit.aes = TRUE
)
Arguments
mapping |
Set of aesthetic mappings created by |
data |
The data to be displayed in this layer. There are three options: If A A |
geom |
Use to override the default connection between
|
position |
Position adjustment, either as a string, or the result of a call to a position adjustment function. |
... |
Other arguments passed on to |
coef |
Length of the whiskers as multiple of IQR. Defaults to 1.5. |
na.rm |
If |
show.legend |
logical. Should this layer be included in the legends?
|
inherit.aes |
If |
Aesthetics
stat_boxploth()
understands the following aesthetics (required aesthetics are in bold):
-
x
-
y
-
group
Learn more about setting these aesthetics in vignette("ggplot2-specs")
.