Prepares decorated data.frame for ggplot. Calls
resolve
and appends
units to label using append_units
(passing style = 'plotmath'
if parse
is true, else style = 'plain'
).
Enforces classes 'decorated' and 'ggready'.
# S3 method for decorated
ggready(x, ..., parse = getOption("ggready_parse", TRUE), resolve = TRUE)
object
passed to append_units
and resolve
; may include unquoted column names
passed to append_units
whether to resolve guide attributes
ggready
Other ggready:
ggplot.ggready()
,
ggplot_build.ggready_ggplot()
,
ggready.data.frame()
,
ggready()
,
print.ggready_ggplot()
# NOT RUN {
example(ggready)
# }
Run the code above in your browser using DataLab