list_StParms {Certara.RDarwin} | R Documentation |
List Structural Parameters in the currrent PML set
Description
This function lists the names of structural parameters in a given set of PMLParametersSets.
Usage
list_StParms(PMLParametersSets, IncludeAll = FALSE, IncludeCustom = TRUE)
Arguments
PMLParametersSets |
A list of PML parameters sets ( |
IncludeAll |
Logical. Should the names of structural parameters with
|
IncludeCustom |
Logical. Should the names of custom |
Value
A character vector containing the names of structural parameters.
See Also
Examples
PMLParametersSets <- get_PMLParametersSets()
list_StParms(PMLParametersSets)
[Package Certara.RDarwin version 1.1.1 Index]