TornadoPlotConfiguration | R Documentation |
R6 class defining the configuration of a ggplot
object for tornado plots
tlf::PlotConfiguration
-> TornadoPlotConfiguration
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
new()
Create a new TornadoPlotConfiguration
object
TornadoPlotConfiguration$new(bar = TRUE, colorPalette = NULL, dodge = 0.5, ...)
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
...
parameters inherited from PlotConfiguration
A new TornadoPlotConfiguration
object
clone()
The objects of this class are cloneable with this method.
TornadoPlotConfiguration$clone(deep = FALSE)
deep
Whether to make a deep clone.
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.