Skip to contents

Append x parameters for range plots of demography plot task. The method update directly the input workflow

Usage

addXParametersForDemogrpahyPlot(workflow, parameters)

Arguments

workflow

`PopulationWorkflow` R6 class object

parameters

list of demography parameters to be used as x-parameters

Examples

if (FALSE) {

# 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
addXParametersForDemogrpahyPlot(
  workflow = myWorkflow,
  parameters = StandardPath$GestationalAge
)
}