BoxWhiskerPlotConfiguration: BoxWhiskerPlotConfiguration

BoxWhiskerPlotConfigurationR Documentation

BoxWhiskerPlotConfiguration

Description

R6 class defining the configuration of a ggplot object for boxplots

Super class

tlf::PlotConfiguration -> BoxWhiskerPlotConfiguration

Public fields

defaultXScale

Default xAxis scale value when creating a BoxWhiskerPlotConfiguration object

Active bindings

outliers

logical defining if outliers should be included in boxplot

Methods

Public methods


Method new()

Create a new BoxWhiskerPlotConfiguration object

Usage
BoxWhiskerPlotConfiguration$new(outliers = TRUE, ...)
Arguments
outliers

logical defining if outliers should be included in boxplot

...

parameters inherited from PlotConfiguration

Returns

A new BoxWhiskerPlotConfiguration object


Method clone()

The objects of this class are cloneable with this method.

Usage
BoxWhiskerPlotConfiguration$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.

See Also

Other PlotConfiguration classes: AxisConfiguration, BackgroundConfiguration, BackgroundElement, CumulativeTimeProfilePlotConfiguration, DDIRatioPlotConfiguration, ExportConfiguration, HistogramPlotConfiguration, LabelConfiguration, LegendConfiguration, LineElement, ObsVsPredPlotConfiguration, PKRatioPlotConfiguration, PieChartPlotConfiguration, PlotConfiguration, PlotGridConfiguration, QQPlotConfiguration, ResVsPredPlotConfiguration, ResVsTimePlotConfiguration, TimeProfilePlotConfiguration, TornadoPlotConfiguration, XAxisConfiguration, YAxisConfiguration


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