Skip to contents

Names of plot tasks performed by both `MeanModelWorkflow` and `PopulationWorkflow` objects

Usage

StandardPlotTasks

Format

An object of class list of length 3.

Examples


# Lists all available standard plot task names available in both mean and population workflows
StandardPlotTasks
#> $plotTimeProfilesAndResiduals
#> [1] "plotTimeProfilesAndResiduals"
#> 
#> $plotPKParameters
#> [1] "plotPKParameters"
#> 
#> $plotSensitivity
#> [1] "plotSensitivity"
#>