R6 class defining theme of plot configuration objects
Public fields
addScatter
theme properties for
PlotConfiguration
objects as used in functionaddScatter()
addLine
theme properties for
PlotConfiguration
objects as used in functionaddLine()
addRibbon
theme properties for
PlotConfiguration
objects as used in functionaddRibbon()
addErrorbar
theme properties for
PlotConfiguration
objects as used in functionaddErrorbar()
Methods
Method new()
Create a new ThemePlotConfigurations
object
Usage
ThemePlotConfigurations$new(
addScatter = NULL,
addLine = NULL,
addRibbon = NULL,
addErrorbar = NULL,
...
)
Arguments
addScatter
theme properties for
PlotConfiguration
objects as used in functionaddScatter()
addLine
theme properties for
PlotConfiguration
objects as used in functionaddLine()
addRibbon
theme properties for
PlotConfiguration
objects as used in functionaddRibbon()
addErrorbar
theme properties for
PlotConfiguration
objects as used in functionaddErrorbar()
...
theme properties for
PlotConfiguration
objects as used in molecule plots