Calculates the energy rate \(g_i(w)\) (grams/year) available by species and
size for growth after metabolism, movement and reproduction have been
accounted for. Used by project()
for performing simulations.
mizerEGrowth(params, n, n_pp, n_other, e_repro, e, ...)
A matrix of species abundances (species x size).
A vector of the resource abundance by size
A list of abundances for other dynamical components of the ecosystem
The energy available for reproduction (optional, although if
specified, e must also be specified). A matrix of size no. species x no.
size bins. If not supplied, is calculated internally using
getERepro()
.
The energy available for reproduction and growth (optional, although
if specified, e_repro must also be specified). A matrix of size no.
species x no. size bins. If not supplied, is calculated internally using
getEReproAndGrowth()
.
Unused
A two dimensional array (species x size) with the growth rates.
Other mizer rate functions:
mizerEReproAndGrowth()
,
mizerERepro()
,
mizerEncounter()
,
mizerFMortGear()
,
mizerFMort()
,
mizerFeedingLevel()
,
mizerMort()
,
mizerPredMort()
,
mizerPredRate()
,
mizerRDI()
,
mizerRates()
,
mizerResourceMort()