Description Usage Arguments Value See Also
View source: R/MICE_functions.R
Calculates numbers at age at time t, Nmat[,t], from Nmat[,t-1] and sets it in the Species object. Reproduction happens in timestep 1 each year, and during other timesteps, only mortality is applied. The function sets the following values in the Species object: Nmat[,t]; the previous timestep's total mortality rate (Zmat[,t-1], log scale); the current fishing mortality rate (Fv[t], log scale) and catch; fished species only); and the current age 1+ biomass, B1P[t] (prey species only).
1 |
Species |
A Species object. |
y |
Simulation year |
ts |
Global timestep (ts = t * y) |
t |
Within-year timestep |
L |
Number of within-year timesteps per year. |
A modified Species object (see Description)
Other Basic_dynamics: calc_Ny
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.