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
error
mapping error bars around scatter points
mdv
mapping missing dependent variable
ymin
mapping error bars around scatter points
ymax
mapping error bars around scatter points
y2Axis
Name of y2Axis variable to map
lloq
mapping 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
x
Name of x variable to map
y
Name of y variable to map
ymin
mapping lower end of error bars around scatter points
ymax
mapping upper end of error bars around scatter points
y2Axis
Name of y2Axis variable to map
group
R6 class
Grouping
object or its inputcolor
R6 class
Grouping
object or its inputshape
R6 class
Grouping
object or its inputerror
mapping error bars around scatter points
uncertainty
uncertainty were replaced by
error
argument. Mapping error bars around scatter points.mdv
mapping missing dependent variable
data
data.frame to map used by
.smartMapping
lloq
mapping lloq lines