List Structural Parameters in the currrent PML set
list_StParms.RdThis function lists the names of structural parameters in a given set of PMLParametersSets.
Arguments
- PMLParametersSets
A list of PML parameters sets (
PMLModelsclass instance).- IncludeAll
Logical. Should the names of structural parameters with
Nonestate be included or not. Default isFALSE.- IncludeCustom
Logical. Should the names of custom
stparmstatements (from the PML code of custom spaces) be included or not. Default isTRUE.
Examples
PMLParametersSets <- get_PMLParametersSets()
list_StParms(PMLParametersSets)
#> [1] "Cl" "V"