XYDataMapping | R Documentation |
R6 class for mapping x
and y
variable to data
x
Name of x variable to map
y
Name of y variable to map
data
data.frame used for mapping
new()
Create a new XYDataMapping
object
XYDataMapping$new(x, y = NULL)
x
Name of x variable to map
y
Name of y variable to map
A new XYDataMapping
object
checkMapData()
Check that data
variables include map variables
XYDataMapping$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.
XYDataMapping$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
,
TornadoDataMapping
,
XYGDataMapping
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.