View source: R/theme-elements.R
element_render | R Documentation |
Given a theme object and element name, returns a grob for the element.
Uses element_grob()
to generate the grob.
element_render(theme, element, ..., name = NULL)
theme |
The theme object |
element |
The element name given as character vector |
... |
Other arguments provided to |
name |
Character vector added to the name of the grob |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.