Learn R Programming

Certara.RDarwin (version 1.1.1)

list_Dosepoints: 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)

Value

A character vector containing the names of dosepoints

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 is FALSE.

IncludeCustom

Logical. Should the names of custom dosepoint and dosepoint2 statements (from the PML code of custom spaces) be included or not. Default is TRUE.

See Also

modify_Dosepoint()

Examples

Run this code
PMLParametersSets <-
  get_PMLParametersSets(
    Absorption = c("First-Order", "Gamma"))
list_Dosepoints(PMLParametersSets)

Run the code above in your browser using DataLab