| mapframe.default | R Documentation |
Coerces ggplot mapping to 'data.frame'.
## Default S3 method:
mapframe(x, ...)
x |
mapping |
... |
ignored |
* 'aesthetic' captures each aesthetic label as a string. * 'map' captures each map (typ. a column name) as a string.
data.frame
Other decorated_ggplot:
data_context(),
data_context.ggplot(),
ggplot.decorated(),
ggplot_build.decorated_ggplot(),
mapframe(),
mapframe.ggplot()
library(ggplot2)
mapframe(ggplot(mapping = aes(conc, time, shape = factor(dose)))$mapping)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.