sim_troph_triangle: Trophic triangle model

View source: R/simulate_abrupt_change.R View source: R/sim_troph_triangle.R

sim_troph_triangleR Documentation

Trophic triangle model

Description

Trophic triangle model

Usage

sim_troph_triangle(
  time_out = 100,
  n_steps = c(100),
  measurement_sigma = c(0, 0, 0),
  harvest_rates = create_driver_function(change_times = 50, parm_values = c(0, 0.25),
    interpolation = "constant"),
  pred_overlap = create_driver_function(change_times = 50, parm_values = c(1, 1),
    interpolation = "constant")
)

Arguments

time_out

ToDo

n_steps

ToDo

measurement_sigma

ToDo

harvest_start

ToDo

harvest_end

ToDo

harvest_shape

ToDo

pred_overlap_start

ToDo

pred_overlap_end

ToDo

pred_overlap_shape

ToDo

Author(s)

Eric J. Pedersen


regime-shifts/abrupt documentation built on Aug. 26, 2022, 3:15 p.m.