list_Dosepoints {Certara.RDarwin} | R Documentation |
List Dosepoints in the current PML set
Description
This function lists the names of dosepoints in a given set of PMLParametersSets.
Usage
list_Dosepoints(PMLParametersSets, IncludeAll = FALSE, IncludeCustom = TRUE)
Arguments
PMLParametersSets |
A list of PML parameters sets ( |
IncludeAll |
Logical. Should the names of dosepoints with |
IncludeCustom |
Logical. Should the names of custom |
Value
A character vector containing the names of dosepoints
See Also
Examples
PMLParametersSets <-
get_PMLParametersSets(
Absorption = c("First-Order", "Gamma"))
list_Dosepoints(PMLParametersSets)
[Package Certara.RDarwin version 1.1.1 Index]