fall_run_model.Rd
Fall Run Chinook life cycle model used for Reorienting to Recovery's Structured Decision Making Process
fall_run_model(
scenario = NULL,
mode = c("seed", "simulate", "calibrate"),
seeds = NULL,
..params = fallRunDSM::r_to_r_baseline_params,
stochastic = FALSE,
delta_surv_inflation = FALSE
)
IP-117068
Model inputs, can be modified to test management actions
The mode to run model in. Can be "seed"
, "simulate"
, "calibrate"
The default value is NULL runs the model in seeding mode, returning a 31 by 25 matrix with the first four years of seeded adults. This returned value can be fed into the model again as the value for the seeds argument
Parameters for model and submodels. Defaults to fallRunDSM::
.params
TRUE
FALSE
value indicating if model should be run stochastically. Defaults to FALSE
.
fall_run_seeds <- fallRunDSM::fall_run_model(mode = "seed")
#> Error in tibble(watershed = fallRunDSM::watershed_labels, prop_2 = rep(0.3, 31), prop_3 = rep(0.6, 31), prop_4 = rep(0.1, 31), prop_5 = rep(0, 31)): could not find function "tibble"
fallRunDSM::fall_run_model(scenario = DSMscenario::scenarios$ONE,
mode = "simulate",
seeds = fall_run_seeds)
#> Error in eval(expr, envir, enclos): object 'fall_run_seeds' not found