powered by
Coerces ggplot mapping to 'data.frame'.
# S3 method for default mapframe(x, ...)
data.frame
mapping
ignored
* 'aesthetic' captures each aesthetic label as a string. * 'map' captures each map (typ. a column name) as a string.
Other decorated_ggplot: data_context(), data_context.ggplot(), ggplot.decorated(), ggplot_build.decorated_ggplot(), mapframe(), mapframe.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)
Run the code above in your browser using DataLab