TornadoDataMapping | R Documentation |
R6 class for mapping values
, labels
to data
tlf::XYDataMapping
-> tlf::XYGDataMapping
-> TornadoDataMapping
lines
numeric vector of limits to plot
sorted
logical indicating if values should be sorted
new()
Create a new TornadoDataMapping
object
TornadoDataMapping$new( lines = DefaultDataMappingValues$tornado, sorted = NULL, x = NULL, y = NULL, ... )
lines
numeric vector of limits to plot
sorted
logical indicating if values should be sorted
x
Variable including the values of tornado plot
y
Variable including the labels of tornado plot
...
parameters inherited from XYGDataMapping
A new TornadoDataMapping
object
checkMapData()
Check that data
variables include map variables
TornadoDataMapping$checkMapData(data, metaData = NULL)
data
data.frame to check
metaData
list containing information on data
A data.frame with map and defaultAes
variables.
Dummy variable defaultAes
is necessary to allow further modification of plots.
clone()
The objects of this class are cloneable with this method.
TornadoDataMapping$clone(deep = FALSE)
deep
Whether to make a deep clone.
Other DataMapping classes:
BoxWhiskerDataMapping
,
CumulativeTimeProfileDataMapping
,
DDIRatioDataMapping
,
GroupMapping
,
Grouping
,
HistogramDataMapping
,
ObsVsPredDataMapping
,
ObservedDataMapping
,
PKRatioDataMapping
,
PieChartDataMapping
,
QQDataMapping
,
RangeDataMapping
,
ResVsPredDataMapping
,
ResVsTimeDataMapping
,
TimeProfileDataMapping
,
XYDataMapping
,
XYGDataMapping
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.