View source: R/stat-series-circles.R
stat_series_text | R Documentation |
See ggplot2::stat_identity
stat_series_text(
mapping = NULL,
data = NULL,
geom = "series_text",
position = "identity",
show.legend = NA,
na.rm = FALSE,
inherit.aes = TRUE,
...
)
mapping |
Set of aesthetic mappings created by |
data |
The data to be displayed in this layer. There are three options: If A A |
geom |
The geometric object to use to display the data, either as a
|
position |
Position adjustment, either as a string, or the result of
a call to a position adjustment function. Cannot be jointly specified with
|
show.legend |
logical. Should this layer be included in the legends?
|
na.rm |
If |
inherit.aes |
If |
... |
Other arguments passed on to |
A ggplot2 layer.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.