QQDataMapping | R Documentation |
R6 class for mapping x
, y
and GroupMapping
variables to data
tlf::XYDataMapping
-> tlf::XYGDataMapping
-> QQDataMapping
checkMapData()
Check that data
variables include map variables
QQDataMapping$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.
QQDataMapping$clone(deep = FALSE)
deep
Whether to make a deep clone.
Other DataMapping classes:
BoxWhiskerDataMapping
,
CumulativeTimeProfileDataMapping
,
DDIRatioDataMapping
,
GroupMapping
,
Grouping
,
HistogramDataMapping
,
ObsVsPredDataMapping
,
ObservedDataMapping
,
PKRatioDataMapping
,
PieChartDataMapping
,
RangeDataMapping
,
ResVsPredDataMapping
,
ResVsTimeDataMapping
,
TimeProfileDataMapping
,
TornadoDataMapping
,
XYDataMapping
,
XYGDataMapping
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.