R6 class for mapping x
, y
and GroupMapping
variables to data
See also
Other DataMapping classes:
BoxWhiskerDataMapping
,
CumulativeTimeProfileDataMapping
,
DDIRatioDataMapping
,
GroupMapping
,
Grouping
,
HistogramDataMapping
,
ObsVsPredDataMapping
,
ObservedDataMapping
,
PKRatioDataMapping
,
PieChartDataMapping
,
QQDataMapping
,
RangeDataMapping
,
ResVsPredDataMapping
,
ResVsTimeDataMapping
,
TimeProfileDataMapping
,
TornadoDataMapping
,
XYDataMapping
Super class
tlf::XYDataMapping
-> XYGDataMapping
Methods
Method new()
Create a new XYGDataMapping
object
Usage
XYGDataMapping$new(
x = NULL,
y = NULL,
groupMapping = NULL,
color = NULL,
fill = NULL,
linetype = NULL,
shape = NULL,
size = NULL,
group = NULL,
data = NULL
)
Arguments
x
Name of x variable to map
y
Name of y variable to map
groupMapping
R6 class
GroupMapping
objectcolor
R6 class
Grouping
object or its inputfill
R6 class
Grouping
object or its inputlinetype
R6 class
Grouping
object or its inputshape
R6 class
Grouping
object or its inputsize
R6 class
Grouping
object or its inputgroup
R6 class
Grouping
object or its inputdata
data.frame to map used by
.smartMapping