| plot_add_scheme | R Documentation |
plot_add_scheme() is a generic used to apply a Scheme (or a Schemes
container) to a plot object. This allows schemes to update or modify
the plot's appearance or behavior according to their configuration.
plot_add_scheme(plot, scheme, ...)
plot |
A plot object, typically a ggplot. |
scheme |
A |
... |
Additional arguments passed to specific methods. |
By default When a Schemes object is passed, each individual Scheme is
applied in sequence via its respective plot_add_scheme() method.
The modified plot object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.