PkParameterInfo | R Documentation |
R6 class representing workflow selected PK parameter.
pkParameter
PK Parameter name for the simulation (e.g. AUC_inf
)
displayName
display name for pkParameter
displayUnit
display unit for pkParameter
group
Grouping identifier
new()
Create a new PkParameterInfo
object.
PkParameterInfo$new( pkParameter, displayName = NULL, displayUnit = NULL, group = NULL )
pkParameter
PK Parameter name for the simulation (e.g. AUC_inf
)
Tips: use ospsuite::allPKParameterNames() to get a list of available PK parameters
displayName
display name for pkParameter
displayUnit
display unit for pkParameter
group
Grouping identifier. Default group associate pkParameter
.
A new PkParameterInfo
object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.