Skip to contents

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

Usage

addXParametersForDemographyPlot(workflow, parameters)

Arguments

workflow

PopulationWorkflow R6 class object

parameters

list of demography parameters to be used as x-parameters

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