identify_data | R Documentation |
Duplicate arguments to ggplot2::ggplot with the intent that the data
argument can be captured and identified.
identify_data(
data,
mapping = ggplot2::aes(),
...,
environment = parent.frame()
)
data |
Default dataset to use for plot. If not already a data.frame,
will be converted to one by |
mapping |
Default list of aesthetic mappings to use for plot. If not specified, must be supplied in each layer added to the plot. |
... |
Other arguments passed on to methods. Not currently used. |
environment |
(deprecated) Used prior to tidy evaluation. |
Name of the data.frame
passed to ggplot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.