stat_slice {ggtricks} | R Documentation |
See ggplot2::stat_identity
Description
Usage
stat_slice(
mapping = NULL,
data = NULL,
geom = "slice",
position = "identity",
show.legend = NA,
na.rm = FALSE,
inherit.aes = TRUE,
...
)
Arguments
mapping |
Set of aesthetic mappings created by |
data |
to be displayed in this layer |
geom |
The geometric object to use to display the data, either as a
|
position |
Position adjustment, either as a string naming the adjustment
(e.g. |
show.legend |
logical. Should this layer be included in the legends?
|
na.rm |
If |
inherit.aes |
If |
... |
other arguments passed on to |
Value
A ggplot2 layer.