Learn R Programming

yamlet (version 0.6.5)

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.

Usage

ggplot_build.decorated_ggplot(
  x,
  ...,
  search = getOption("decorated_ggplot_search", c("expression", "title", "label"))
)

Arguments

x

class 'decorated_ggplot' from ggplot.ggready

...

passed arguments

Value

see ggplot_build

See Also

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