new_guide | R Documentation |
A constructor function for guides, which performs some standard compatibility checks between the guide and provided arguments.
new_guide(..., available_aes = "any", super)
... |
Named arguments that match the parameters of |
available_aes |
A vector of character strings listing the aesthetics for which the guide can be drawn. |
super |
The super class to use for the constructed guide. Should be a Guide class object. |
A Guide
ggproto object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.