Skip to contents

getYParametersForPKParametersPlot

Usage

getYParametersForPKParametersPlot(workflow)

getYParametersForPkParametersPlot(workflow)

Arguments

workflow

`PopulationWorkflow` R6 class object

Value

list of y-parameters used for PK parameters range plots and boxplots

Examples

if (FALSE) {

# A workflow object needs to be created first
myWorkflow <- PopulationWorkflow$new(worflowType, workflowFolder, simulationSets)

# Get the list of parameters in y-axis for range plots and boxplots
getYParametersForPKParametersPlot(workflow = myWorkflow)
}