For each species, this function returns the rate at which food is consumed by all individuals of that species. This corresponds to the consumption rate \(Q\) used by Ecopath models.
Details
The consumption is calculated as
$$Q_i = \int_{w_0}^{w_{max}} E_{e.i}(w) (1 - f_i(w)) N_i(w) dw$$
where
\(E_{e.i}(w)\) is the encounter rate of an individual of species \(i\)
and weight \(w\) (calculated with getEncounter
), \(f_i(w)\)
is the feeding level of an individual of species \(i\) and weight \(w\)
(calculated with getFeedingLevel
) and \(N_i(w)\) is the
number density of species \(i\) at weight \(w\).
See also
Other rate functions:
getDietMatrix()
,
getEcotrophicEfficiency()
,
getGonadicProduction()
,
getM0B()
,
getM2B()
,
getMetabolicRespiration()
,
getOffspringProduction()
,
getProduction()
,
getReproductiveLoss()
,
getRespiration()
,
getSomaticProduction()
,
getTotalProduction()
,
getUnassimilated()
,
getZB()