R6 class for mapping x
, y
, GroupMapping
and pkRatio lines
variables to data
See also
Other DataMapping classes:
BoxWhiskerDataMapping
,
CumulativeTimeProfileDataMapping
,
DDIRatioDataMapping
,
GroupMapping
,
Grouping
,
HistogramDataMapping
,
ObsVsPredDataMapping
,
ObservedDataMapping
,
PieChartDataMapping
,
QQDataMapping
,
RangeDataMapping
,
ResVsPredDataMapping
,
ResVsTimeDataMapping
,
TimeProfileDataMapping
,
TornadoDataMapping
,
XYDataMapping
,
XYGDataMapping
Super classes
tlf::XYDataMapping
-> tlf::XYGDataMapping
-> PKRatioDataMapping
Public fields
lines
list of ratio limits to plot as horizontal lines
ymin
mapping of upper value of error bars around scatter points
ymax
mapping of lower value of error bars around scatter points
Methods
Method new()
Create a new PKRatioDataMapping
object
Usage
PKRatioDataMapping$new(
x = NULL,
y = NULL,
ymin = NULL,
ymax = NULL,
lines = DefaultDataMappingValues$pkRatio,
...
)