List Dosepoints in the current PML set
list_Dosepoints.Rd
This function lists the names of dosepoints in a given set of PMLParametersSets.
Arguments
- PMLParametersSets
A list of PML parameters sets (
PMLModels
class instance).- IncludeAll
Logical. Should the names of dosepoints with
None
state be included or not. Default isFALSE
.- IncludeCustom
Logical. Should the names of custom
dosepoint
anddosepoint2
statements (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"