Skip to contents

R6 class defining the configuration of a ggplot object for cumulative time profile plots

Super class

tlf::PlotConfiguration -> CumulativeTimeProfilePlotConfiguration

Public fields

defaultExpand

Default expand value when creating a CumulativeTimeProfilePlotConfiguration object

colorPalette

color palette property from ggplot2

Methods


Method new()

Create a new CumulativeTimeProfilePlotConfiguration object

Usage

CumulativeTimeProfilePlotConfiguration$new(colorPalette = NULL, ...)

Arguments

colorPalette

color palette property from ggplot2

...

parameters inherited from PlotConfiguration

Returns

A new CumulativeTimeProfilePlotConfiguration object


Method clone()

The objects of this class are cloneable with this method.

Usage

CumulativeTimeProfilePlotConfiguration$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.