R6 class for mapping x
, ymin
and ymax
variable to data
See also
Other DataMapping classes:
BoxWhiskerDataMapping
,
CumulativeTimeProfileDataMapping
,
DDIRatioDataMapping
,
GroupMapping
,
Grouping
,
HistogramDataMapping
,
ObsVsPredDataMapping
,
ObservedDataMapping
,
PKRatioDataMapping
,
PieChartDataMapping
,
QQDataMapping
,
ResVsPredDataMapping
,
ResVsTimeDataMapping
,
TimeProfileDataMapping
,
TornadoDataMapping
,
XYDataMapping
,
XYGDataMapping
Super classes
tlf::XYDataMapping
-> tlf::XYGDataMapping
-> RangeDataMapping
Methods
Method new()
Create a new RangeDataMapping
object
Usage
RangeDataMapping$new(
x = NULL,
ymin = NULL,
ymax = 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
ymin
Name of ymin variable to map
ymax
Name of ymax 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