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