create.BDs.data function creates a list of FLBDsim objects.
create.BDs.data(yrs, ns, ni, stks.data)
Arguments
yrs |
A vector with c(first.yr,proj.yr, last.yr) where:
first.yr: First year of simulation (number).
proj.yr: First year of projection (number).
last.yr: Last year of projection (number).
|
ns |
Number of seasons (number). |
ni |
Number of iterations (number). |
stks.data |
A list with the name of the stks and the following elements:
stk.unit: Number of units of the stock (number).
stk.age.min: Minimum age class of the stock (number).
stk.age.max: Maximum age class of the stock (number).
stk_bd.model: Name of the model to simulate biomass dinamics of the stock (character).
stk_params.name: Name of the parameters (vector).
stk_params.array: Parameter values (array).
stk_biomass.flq: Biomass values (FLQuant).
stk_catch.flq: Catch values (FLQuant).
stk_range.plusgroup: Plusgroup age (numeric).
stk_range.minyear: Minimum year (numeric).
stk_alpha: Maximum variability of carrying capacity.
Optionals: |
Value
A list of FLBDsim objects.