BoxWhiskerPlotConfiguration | R Documentation |
R6 class defining the configuration of a ggplot
object for boxplots
tlf::PlotConfiguration
-> BoxWhiskerPlotConfiguration
defaultXScale
Default xAxis scale value when creating a BoxWhiskerPlotConfiguration
object
outliers
logical defining if outliers should be included in boxplot
new()
Create a new BoxWhiskerPlotConfiguration
object
BoxWhiskerPlotConfiguration$new(outliers = TRUE, ...)
outliers
logical defining if outliers should be included in boxplot
...
parameters inherited from PlotConfiguration
A new BoxWhiskerPlotConfiguration
object
clone()
The objects of this class are cloneable with this method.
BoxWhiskerPlotConfiguration$clone(deep = FALSE)
deep
Whether to make a deep clone.
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.