Enable automatic labels and units for ggplot. Substitutes column label, if present, for default. Supports arrangements of ggplot objects.
# S3 method for decorated_ggplot
ggplot_build(
x,
...,
search = getOption("decorated_ggplot_search", c("expression", "title", "label"))
)
see ggplot_build
class 'decorated_ggplot' from ggplot.ggready
passed arguments
Other decorated_ggplot:
ggplot.decorated()
,
print.decorated_ggplot()