ThemeAestheticSelections | R Documentation |
R6 class defining how plot configurations will use aesthetic maps
tlf::ThemeAestheticMaps
-> ThemeAestheticSelections
new()
Create a new ThemeAestheticSelections
object
ThemeAestheticSelections$new( color = NULL, fill = NULL, shape = NULL, size = NULL, linetype = NULL, alpha = NULL )
color
selection key or values for choice of color
fill
selection key or values for choice of fill
shape
selection key or values for choice of shape
size
selection key or values for choice of size
linetype
selection key or values for choice of linetype
alpha
selection key or values for choice of alpha
A new ThemeAestheticSelections
object
toJson()
Translate object into a json list
ThemeAestheticSelections$toJson()
A list that can be saved into a json file
clone()
The objects of this class are cloneable with this method.
ThemeAestheticSelections$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.