R6 class representing workflow output
Public fields
path
path name for the simulation (e.g.
Organism|PeripheralVenousBlood|Raltegravir|Plasma (Peripheral Venous Blood)
)displayName
display name for
path
displayUnit
display unit for
path
groupID
Grouping Identifier. Outputs with same identifier and unit are plotted together
color
Displayed line/point color of the Output in plots
fill
Displayed range color of the Output in plots
dataSelection
character or expression used to select a subset of observed data
dataUnit
Unit of the observed data
dataDisplayName
display name of the observed data
pkParameters
R6 class
PkParameterInfo
objectsresidualScale
Scale 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
path
path name for the simulation (e.g.
Organism|PeripheralVenousBlood|Raltegravir|Plasma (Peripheral Venous Blood)
)displayName
display name for
path
displayUnit
display unit for
path
groupID
Grouping Identifier. Outputs with same identifier and unit are plotted together
color
Displayed line/point color of the
Output
in plotsfill
Displayed range color of the
Output
in plotsdataSelection
characters or expression to select subset the observed data By default, no data is selected. When using a character array, selections are concatenated with the
&
signdataUnit
Unit of the observed data
dataDisplayName
display name of the observed data
pkParameters
R6 class
PkParameterInfo
objects or their namesresidualScale
Scale for calculation of residuals as included in enum
ResidualScales