class_theme | R Documentation |
The theme class holds information on how non-data elements of the plot
should be rendered. The preferred way to construct an object of this class
is through the theme()
function.
class_theme(elements, complete, validate)
elements |
A named list containing theme elements. |
complete |
A boolean value stating whether a theme is complete. |
validate |
A boolean value stating whether a theme should still be validated. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.