R6 class defining the configuration of a ggplot object for tornado plots
See also
Other PlotConfiguration classes:
AxisConfiguration,
BackgroundConfiguration,
BackgroundElement,
BoxWhiskerPlotConfiguration,
CumulativeTimeProfilePlotConfiguration,
DDIRatioPlotConfiguration,
ExportConfiguration,
HistogramPlotConfiguration,
LabelConfiguration,
LegendConfiguration,
LineElement,
ObsVsPredPlotConfiguration,
PKRatioPlotConfiguration,
PieChartPlotConfiguration,
PlotConfiguration,
PlotGridConfiguration,
QQPlotConfiguration,
ResVsPredPlotConfiguration,
ResVsTimePlotConfiguration,
TimeProfilePlotConfiguration,
XAxisConfiguration,
YAxisConfiguration
Super class
tlf::PlotConfiguration -> TornadoPlotConfiguration
Public fields
barlogical setting if tornado is uses a bar plot instead of regular points
colorPalettecolor palette property from
ggplot2dodgespace between the bars/points
defaultYScaleDefault yAxis scale value when creating a
TornadoPlotConfigurationobject
Methods
Method new()
Create a new TornadoPlotConfiguration object
Usage
TornadoPlotConfiguration$new(bar = TRUE, colorPalette = NULL, dodge = 0.5, ...)