R6 class for mapping x, y, of observed data for a time profile plot
See also
Other DataMapping classes:
BoxWhiskerDataMapping,
CumulativeTimeProfileDataMapping,
DDIRatioDataMapping,
GroupMapping,
Grouping,
HistogramDataMapping,
ObsVsPredDataMapping,
PKRatioDataMapping,
PieChartDataMapping,
QQDataMapping,
RangeDataMapping,
ResVsPredDataMapping,
ResVsTimeDataMapping,
TimeProfileDataMapping,
TornadoDataMapping,
XYDataMapping,
XYGDataMapping
Super classes
tlf::XYDataMapping -> tlf::XYGDataMapping -> ObservedDataMapping
Public fields
errormapping error bars around scatter points
mdvmapping missing dependent variable
yminmapping error bars around scatter points
ymaxmapping error bars around scatter points
y2AxisName of y2Axis variable to map
lloqmapping lloq lines
Methods
Method new()
Create a new ObservedDataMapping object
Usage
ObservedDataMapping$new(
x,
y,
ymin = NULL,
ymax = NULL,
y2Axis = NULL,
group = NULL,
color = NULL,
shape = NULL,
error = NULL,
uncertainty = lifecycle::deprecated(),
mdv = NULL,
data = NULL,
lloq = NULL
)Arguments
xName of x variable to map
yName of y variable to map
yminmapping lower end of error bars around scatter points
ymaxmapping upper end of error bars around scatter points
y2AxisName of y2Axis variable to map
groupR6 class
Groupingobject or its inputcolorR6 class
Groupingobject or its inputshapeR6 class
Groupingobject or its inputerrormapping error bars around scatter points
uncertaintyuncertainty were replaced by
errorargument. Mapping error bars around scatter points.mdvmapping missing dependent variable
datadata.frame to map used by
.smartMappinglloqmapping lloq lines