Description Usage Arguments Value
There is no starvation mortality as long as the energy income rate
E_r is positive. For details of this rate see
mizer::getEReproAndGrowth()
. Once this rate is negative, the per-capita
mortality is proportional to this rate and inversely proportional to body
weight (and therefore also lipid reserves):
mu_s(w) = -E_r(w)/w * starv_coeff
The proportionality constant starv_coeff
is set with setStarvation()
.
1 2 3 4 5 6 7 | getStarvMort(
params,
n = params@initial_n,
n_pp = params@initial_n_pp,
n_other = params@initial_n_other,
...
)
|
params |
A MizerParams object |
n |
A matrix of species abundances (species x size). |
n_pp |
A vector of the plankton abundance by size |
n_other |
A list of abundances for other dynamical components of the ecosystem |
... |
Unused |
A two dimensional array of instantaneous starvation mortality (species x size).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.