ThemePlotConfigurations | R Documentation |
R6 class defining theme of plot configuration objects
addScatter
theme properties for PlotConfiguration
objects as used in function addScatter()
addLine
theme properties for PlotConfiguration
objects as used in function addLine()
addRibbon
theme properties for PlotConfiguration
objects as used in function addRibbon()
addErrorbar
theme properties for PlotConfiguration
objects as used in function addErrorbar()
new()
Create a new ThemePlotConfigurations
object
ThemePlotConfigurations$new( addScatter = NULL, addLine = NULL, addRibbon = NULL, addErrorbar = NULL, ... )
addScatter
theme properties for PlotConfiguration
objects as used in function addScatter()
addLine
theme properties for PlotConfiguration
objects as used in function addLine()
addRibbon
theme properties for PlotConfiguration
objects as used in function addRibbon()
addErrorbar
theme properties for PlotConfiguration
objects as used in function addErrorbar()
...
theme properties for PlotConfiguration
objects as used in molecule plots
A new ThemePlotConfigurations
object
toJson()
Translate object into a json list
ThemePlotConfigurations$toJson()
A list that can be saved into a json file
clone()
The objects of this class are cloneable with this method.
ThemePlotConfigurations$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.