Learn R Programming

yamlet (version 1.2.1)

ggplot_build.decorated_ggplot: Enable Automatic Labels and Units for ggplot

Description

Enable automatic labels and units for ggplot. Substitutes column label, if present, for default. Supports arrangements of ggplot objects. Defined similarly to print.decorated_ggplot and respects global options yamlet_decorated_ggplot_search, yamlet_decorated_ggplot_discrete, and yamlet_decorated_ggplot_drop.

Usage

# S3 method for decorated_ggplot
ggplot_build(plot)

Value

see ggplot_build

Arguments

plot

class 'decorated_ggplot' from ggplot.decorated

See Also

Other decorated_ggplot: ggplot.decorated(), print.decorated_ggplot()