Skip to contents

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


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.