Learn R Programming

yamlet (version 0.5.3)

ggready.resolved: Prepare Resolved Data Frame for GGplot

Description

Prepares resolved data.frame for ggplot. Appends units to label using append_units (passing style = 'plotmath' if parse is true, else style = 'plain'). Enforces classes 'decorated','resolved', and 'ggready'. Unlike ggready.decorated, the method for class resolved does NOT call resolve(), and so does not second-guess any particular resolutions you may have already made.

Usage

# S3 method for resolved
ggready(x, ..., parse = getOption("ggready_parse", TRUE))

Arguments

x

object

...

passed to append_units and resolve; may include unquoted column names

parse

passed to append_units

Value

ggready

See Also

Other ggready: ggplot.ggready(), ggplot_build.ggready_ggplot(), ggready.data.frame(), ggready.decorated(), ggready(), print.ggready_ggplot()

Examples

Run this code
# NOT RUN {
example(ggready)
# }

Run the code above in your browser using DataLab