stat_interval | R Documentation |
Very similar to geom_interval
, except uses
geom_line
to handle the plotting. This makes handling
plotting of intervals for several groups difficult to achieve, so
geom_interval
is preferred.
stat_interval(mapping = NULL, data = NULL, stat = "interval_fctr",
position = "identity", na.rm = FALSE, show.legend = NA,
inherit.aes = TRUE, intervals = c(0, 50, 90)/100, ...)
mapping |
Set of aesthetic mappings created by |
data |
The data to be displayed in this layer. There are three options: If A A |
stat |
Use to override the default use of |
position |
Position adjustment, either as a string, or the result of a call to a position adjustment function. |
na.rm |
If |
show.legend |
logical. Should this layer be included in the legends?
|
inherit.aes |
If |
intervals |
specify the collection of intervals to be represented in the fan. |
... |
Other arguments passed on to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.