Skip to contents

getXParametersForDemographyPlot

Usage

getXParametersForDemographyPlot(workflow)

Arguments

workflow

`PopulationWorkflow` R6 class object

Value

list of x parameters used for demography range plots

Examples

if (FALSE) { # \dontrun{

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

# Get the list of parameters in x-axis for range plots
getXParametersForDemographyPlot(workflow = myWorkflow)
} # }