Learn R Programming

mizer (version 2.0.0)

mizerEGrowth: Get energy rate available for growth needed to project standard mizer model

Description

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.

Usage

mizerEGrowth(params, n, n_pp, n_other, e_repro, e, ...)

Arguments

params

A '>MizerParams object

n

A matrix of species abundances (species x size).

n_pp

A vector of the resource abundance by size

n_other

A list of abundances for other dynamical components of the ecosystem

e_repro

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().

e

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

Value

A two dimensional array (species x size) with the growth rates.

See Also

Other mizer rate functions: mizerEReproAndGrowth(), mizerERepro(), mizerEncounter(), mizerFMortGear(), mizerFMort(), mizerFeedingLevel(), mizerMort(), mizerPredMort(), mizerPredRate(), mizerRDI(), mizerRates(), mizerResourceMort()