R6 class for mapping x
, y
, GroupMapping
and DDI ratio lines
variables to data
See also
Other DataMapping classes:
BoxWhiskerDataMapping
,
CumulativeTimeProfileDataMapping
,
GroupMapping
,
Grouping
,
HistogramDataMapping
,
ObsVsPredDataMapping
,
ObservedDataMapping
,
PKRatioDataMapping
,
PieChartDataMapping
,
QQDataMapping
,
RangeDataMapping
,
ResVsPredDataMapping
,
ResVsTimeDataMapping
,
TimeProfileDataMapping
,
TornadoDataMapping
,
XYDataMapping
,
XYGDataMapping
Super classes
tlf::XYDataMapping
-> tlf::XYGDataMapping
-> tlf::PKRatioDataMapping
-> DDIRatioDataMapping
Active bindings
deltaGuest
Value of
delta
in Guest et al. equationminRange
Minimum range of x values for guest and ratio lines
residualsVsObserved
Logical defining if calculated DDI data are as residuals vs observed or predicted vs observed
Methods
Inherited methods
Method new()
Create a new DDIRatioDataMapping
object
Usage
DDIRatioDataMapping$new(
deltaGuest = NULL,
minRange = c(0.01, 100),
lines = DefaultDataMappingValues$ddiRatio,
residualsVsObserved = FALSE,
...
)
Arguments
deltaGuest
Value of
delta
in Guest et al. equation. Default value is 1.minRange
Minimum range of x values for guest and ratio lines Default is [0.01 - 100]
lines
List of ratio limits to display as diagonal/horizontal lines
residualsVsObserved
Logical defining if calculated DDI data are as residuals vs observed or predicted vs observed
...
parameters inherited from
PKRatioDataMapping