R6 class representing workflow selected PK parameter.
Public fields
pkParameterPK Parameter name for the simulation (e.g.
AUC_inf)displayNamedisplay name for
pkParameterdisplayUnitdisplay unit for
pkParametergroupGrouping identifier
Methods
Method new()
Create a new PkParameterInfo object.
Usage
PkParameterInfo$new(
pkParameter,
displayName = NULL,
displayUnit = NULL,
group = NULL
)Arguments
pkParameterPK Parameter name for the simulation (e.g.
AUC_inf) Tips: use ospsuite::allPKParameterNames() to get a list of available PK parametersdisplayNamedisplay name for
pkParameterdisplayUnitdisplay unit for
pkParametergroupGrouping identifier. Default group associate
pkParameter.