ThemePlotConfigurations: ThemePlotConfigurations

ThemePlotConfigurationsR Documentation

ThemePlotConfigurations

Description

R6 class defining theme of plot configuration objects

Public fields

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()

Methods

Public 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 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

Returns

A new ThemePlotConfigurations object


Method toJson()

Translate object into a json list

Usage
ThemePlotConfigurations$toJson()
Returns

A list that can be saved into a json file


Method clone()

The objects of this class are cloneable with this method.

Usage
ThemePlotConfigurations$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


Open-Systems-Pharmacology/TLF-Library documentation built on Feb. 8, 2025, 11:22 a.m.