geom_quantile {ggplot2} | R Documentation |
This can be used as a continuous analogue of a geom_boxplot.
geom_quantile(mapping = NULL, data = NULL, stat = "quantile", position = "identity", lineend = "butt", linejoin = "round", linemitre = 1, na.rm = FALSE, ...)
mapping |
The aesthetic mapping, usually constructed
with |
data |
A layer specific dataset - only needed if you want to override the plot defaults. |
stat |
The statistical transformation to use on the data for this layer. |
position |
The position adjustment to use for overlappling points on this layer |
na.rm |
If |
... |
other arguments passed on to
|
lineend |
Line end style (round, butt, square) |
linejoin |
Line join style (round, mitre, bevel) |
linemitre |
Line mitre limit (number greater than 1) |
geom_quantile
understands the following aesthetics (required aesthetics are in bold):
x
y
alpha
colour
linetype
size
weight
See stat_quantile
for examples.
# See stat_quantile for examples