We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67d134d commit bba1d9aCopy full SHA for bba1d9a
R/stat-boxplot.R
@@ -5,6 +5,7 @@
5
StatBoxplot <- ggproto("StatBoxplot", Stat,
6
required_aes = c("y|x"),
7
non_missing_aes = "weight",
8
+ optional_aes = "width",
9
# either the x or y aesthetic will get dropped during
10
# statistical transformation, depending on the orientation
11
dropped_aes = c("x", "y", "weight"),
0 commit comments