List Dosepoints in the current PML set
list_Dosepoints.RdThis function lists the names of dosepoints in a given set of PMLParametersSets.
Arguments
- PMLParametersSets
A list of PML parameters sets (
PMLModelsclass instance).- IncludeAll
Logical. Should the names of dosepoints with
Nonestate be included or not. Default isFALSE.- IncludeCustom
Logical. Should the names of custom
dosepointanddosepoint2statements (from the PML code of custom spaces) be included or not. Default isTRUE.
Examples
PMLParametersSets <-
get_PMLParametersSets(
Absorption = c("First-Order", "Gamma"))
list_Dosepoints(PMLParametersSets)
#> [1] "Aa" "A1"