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
bar
logical setting if tornado is uses a bar plot instead of regular points
colorPalette
color palette property from
ggplot2
dodge
space between the bars/points
defaultYScale
Default yAxis scale value when creating a
TornadoPlotConfiguration
object
Methods
Method new()
Create a new TornadoPlotConfiguration
object
Usage
TornadoPlotConfiguration$new(bar = TRUE, colorPalette = NULL, dodge = 0.5, ...)