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
lines
list of ratio limits to plot as horizontal lines
xmin
mapping of upper value of error bars around scatter points
xmax
mapping of lower value of error bars around scatter points
smoother
regression function name
lloq
mapping 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
x
Name of x variable to map
y
Name of y variable to map
xmin
mapping of upper value of error bars around scatter points
xmax
mapping of lower value of error bars around scatter points
lines
list of lines to plot
smoother
smoother function or parameter
lloq
mapping lloq lines To map a loess smoother to the plot, use
smoother
="loess"...
parameters inherited from
XYGDataMapping