Class for mapping variables in observations vs predictions plot
See also
Other DataMapping classes:
BoxWhiskerDataMapping,
CumulativeTimeProfileDataMapping,
DDIRatioDataMapping,
GroupMapping,
Grouping,
HistogramDataMapping,
ObservedDataMapping,
PKRatioDataMapping,
PieChartDataMapping,
QQDataMapping,
RangeDataMapping,
ResVsPredDataMapping,
ResVsTimeDataMapping,
TimeProfileDataMapping,
TornadoDataMapping,
XYDataMapping,
XYGDataMapping
Super classes
tlf::XYDataMapping -> tlf::XYGDataMapping -> ObsVsPredDataMapping
Public fields
lineslist of ratio limits to plot as horizontal lines
xminmapping of upper value of error bars around scatter points
xmaxmapping of lower value of error bars around scatter points
smootherregression function name
lloqmapping lloq lines
Methods
Method new()
Create a new ObsVsPredDataMapping object
Usage
ObsVsPredDataMapping$new(
x = NULL,
y = NULL,
xmin = NULL,
xmax = NULL,
lines = DefaultDataMappingValues$obsVsPred,
smoother = NULL,
lloq = NULL,
...
)Arguments
xName of x variable to map
yName of y variable to map
xminmapping of upper value of error bars around scatter points
xmaxmapping of lower value of error bars around scatter points
lineslist of lines to plot
smoothersmoother function or parameter
lloqmapping lloq lines To map a loess smoother to the plot, use
smoother="loess"...parameters inherited from
XYGDataMapping