Skip to contents

Content for Strategy File 3

Usage

.fileContentStrategy3(
  condition.labels,
  rehabilitation.costs,
  max.tol.prop.of.length,
  range.years,
  target.year
)

Arguments

condition.labels

vector of condition labels Example: c("C4", "C3", "C2", "C1")

rehabilitation.costs

vector of rehabilitation costs per condition in the order of the corresponding condition labels in condition.labels Example: c(200, 300, 400, 500)

max.tol.prop.of.length

vector of maximum tolerated proportion of network length in each condition in the order of the corresponding condition labels in condition.labels. Example: c(1.0, 0.7, 0.4, 0.05)

range.years

two element vector containing the first and last year of simulation

target.year

year at which the proportions of the network length in each condition must have been brought just below their maximum tolerated value