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
xName of x variable to map
yName of y variable to map
yminName of ymin variable to map
ymaxName of ymax variable to map
groupR6 class
Groupingobject or its inputy2AxisName of y2Axis variable to map
colorR6 class
Groupingobject or its inputfillR6 class
Groupingobject or its inputlinetypeR6 class
Groupingobject or its inputdatadata.frame to map used by
.smartMapping