ggplot_build.decorated_ggplot {yamlet} | R Documentation |
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 class 'decorated_ggplot'
ggplot_build(plot)
Arguments
plot |
class 'decorated_ggplot' from |
Value
see ggplot_build
See Also
Other decorated_ggplot:
ggplot.decorated()
,
print.decorated_ggplot()
[Package yamlet version 1.2.0 Index]