CumulativeTimeProfilePlotConfiguration | R Documentation |
R6 class defining the configuration of a ggplot
object for cumulative time profile plots
tlf::PlotConfiguration
-> CumulativeTimeProfilePlotConfiguration
defaultExpand
Default expand value when creating a CumulativeTimeProfilePlotConfiguration
object
colorPalette
color palette property from ggplot2
new()
Create a new CumulativeTimeProfilePlotConfiguration
object
CumulativeTimeProfilePlotConfiguration$new(colorPalette = NULL, ...)
colorPalette
color palette property from ggplot2
...
parameters inherited from PlotConfiguration
A new CumulativeTimeProfilePlotConfiguration
object
clone()
The objects of this class are cloneable with this method.
CumulativeTimeProfilePlotConfiguration$clone(deep = FALSE)
deep
Whether to make a deep clone.
Other PlotConfiguration classes:
AxisConfiguration
,
BackgroundConfiguration
,
BackgroundElement
,
BoxWhiskerPlotConfiguration
,
DDIRatioPlotConfiguration
,
ExportConfiguration
,
HistogramPlotConfiguration
,
LabelConfiguration
,
LegendConfiguration
,
LineElement
,
ObsVsPredPlotConfiguration
,
PKRatioPlotConfiguration
,
PieChartPlotConfiguration
,
PlotConfiguration
,
PlotGridConfiguration
,
QQPlotConfiguration
,
ResVsPredPlotConfiguration
,
ResVsTimePlotConfiguration
,
TimeProfilePlotConfiguration
,
TornadoPlotConfiguration
,
XAxisConfiguration
,
YAxisConfiguration
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.