R6 class defining the configuration of a ggplot
object for time profile plot
See also
Other DataMapping classes:
BoxWhiskerDataMapping
,
CumulativeTimeProfileDataMapping
,
DDIRatioDataMapping
,
GroupMapping
,
Grouping
,
HistogramDataMapping
,
ObsVsPredDataMapping
,
ObservedDataMapping
,
PKRatioDataMapping
,
PieChartDataMapping
,
QQDataMapping
,
RangeDataMapping
,
ResVsPredDataMapping
,
ResVsTimeDataMapping
,
TornadoDataMapping
,
XYDataMapping
,
XYGDataMapping
Super classes
tlf::XYDataMapping
-> tlf::XYGDataMapping
-> tlf::RangeDataMapping
-> TimeProfileDataMapping
Methods
Method new()
Create a new TimeProfileDataMapping
object
Usage
TimeProfileDataMapping$new(
x = NULL,
y = NULL,
ymin = NULL,
ymax = NULL,
group = NULL,
y2Axis = NULL,
color = NULL,
fill = NULL,
linetype = NULL,
data = NULL
)
Arguments
x
Name of x variable to map
y
Name of y variable to map
ymin
Name of ymin variable to map
ymax
Name of ymax variable to map
group
R6 class
Grouping
object or its inputy2Axis
Name of y2Axis variable to map
color
R6 class
Grouping
object or its inputfill
R6 class
Grouping
object or its inputlinetype
R6 class
Grouping
object or its inputdata
data.frame to map used by
.smartMapping