ThemeAestheticMaps | R Documentation |
R6 class defining theme aesthetic maps
color
color map as character or numeric vector
fill
fill map as character or numeric vector
size
size map as numeric vector
shape
shape map as numeric vector
linetype
linetype as character vector
alpha
map as numeric vector
new()
Create a new ThemeAestheticMaps
object
ThemeAestheticMaps$new( color = NULL, fill = NULL, shape = NULL, size = NULL, linetype = NULL, alpha = NULL )
color
color map as list, character or numeric vector
fill
fill map as list, character or numeric vector
shape
shape map as list, character or numeric vector
size
size map as list, character or numeric vector
linetype
linetype map as list, character or numeric vector
alpha
alpha map as list, character or numeric vector
A new ThemeAestheticMaps
object
toJson()
Translate object into a json list
ThemeAestheticMaps$toJson()
A list that can be saved into a json file
clone()
The objects of this class are cloneable with this method.
ThemeAestheticMaps$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.