Theme | R Documentation |
R6 class defining theme properties
fonts
ThemeFont
object
background
ThemeBackground
object
aestheticMaps
ThemeAestheticMaps
object
plotConfigurations
ThemePlotConfiguration
object
new()
Create a new Theme
object
Theme$new( fonts = NULL, background = NULL, aestheticMaps = NULL, plotConfigurations = NULL )
fonts
ThemeFont
object
background
ThemeBackground
object
aestheticMaps
ThemeAestheticMaps
object
plotConfigurations
ThemePlotConfiguration
object
A new Theme
object
save()
Save Theme
as a json file
Theme$save(jsonFile)
jsonFile
name of json file
clone()
The objects of this class are cloneable with this method.
Theme$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.