R6 class representing workflow output
Public fields
pathpath name for the simulation (e.g.
Organism|PeripheralVenousBlood|Raltegravir|Plasma (Peripheral Venous Blood))displayNamedisplay name for
pathdisplayUnitdisplay unit for
pathgroupIDGrouping Identifier. Outputs with same identifier and unit are plotted together
colorDisplayed line/point color of the Output in plots
fillDisplayed range color of the Output in plots
dataSelectioncharacter or expression used to select a subset of observed data
dataUnitUnit of the observed data
dataDisplayNamedisplay name of the observed data
pkParametersR6 class
PkParameterInfoobjectsresidualScaleScale for calculation of residuals as included in enum
ResidualScales
Methods
Method new()
Create a new Output object.
Usage
Output$new(
path,
displayName = NULL,
displayUnit = NULL,
groupID = NULL,
color = NULL,
fill = NULL,
dataSelection = DataSelectionKeys$NONE,
dataUnit = NULL,
dataDisplayName = NULL,
pkParameters = NULL,
residualScale = ResidualScales$Logarithmic
)Arguments
pathpath name for the simulation (e.g.
Organism|PeripheralVenousBlood|Raltegravir|Plasma (Peripheral Venous Blood))displayNamedisplay name for
pathdisplayUnitdisplay unit for
pathgroupIDGrouping Identifier. Outputs with same identifier and unit are plotted together
colorDisplayed line/point color of the
Outputin plotsfillDisplayed range color of the
Outputin plotsdataSelectioncharacters or expression to select subset the observed data By default, no data is selected. When using a character array, selections are concatenated with the
&signdataUnitUnit of the observed data
dataDisplayNamedisplay name of the observed data
pkParametersR6 class
PkParameterInfoobjects or their namesresidualScaleScale for calculation of residuals as included in enum
ResidualScales