geom_quantile(mapping = NULL, data = NULL,
stat = "quantile", position = "identity",
lineend = "butt", linejoin = "round", linemitre = 1,
na.rm = FALSE, ...)
aes
or aes_string
. Only
needs to be set at the layer level if you are overriding
the plot defaults.FALSE
(the default), removes
missing values with a warning. If TRUE
silently
removes missing values.# See stat_quantile for examples
Run the code above in your browser using DataLab