effectOnConsumer: Per capita effect on consumer population.

View source: R/get_jacobian.R

effectOnConsumerR Documentation

Per capita effect on consumer population.

Description

This function finds the per capita effect of a resource on the growth of the consumer population. It uses functions from de Ruiter et al. (1995) and Neutel et al. (2002). The flow from resource to consumer is adjusted for conversion efficiency and divided by the biomass of the resource.

Usage

effectOnConsumer(FM, BM, AE, GE)

Arguments

FM

(required) A square flowmatrix, source compartments as rows, sink compartments as columns.

BM

(required) Numeric vector with biomasses of all compartments, must be in the same order as the flow matrix FM.

AE

(required) Numeric vector with assimilation efficiencies of all compartments, must be in the same order as the flow matrix FM.

GE

(required) Numeric vector with growth efficiencies of all compartments, must be in the same order as the flow matrix FM.

Value

This function returns a matrix containing the effects of resources (rows) on consumers (columns).

References

  • de Ruiter, P.C., Neutel, A.M., Moore, J.C., 1995. Energetics, Patterns of Interaction Strengths, and Stability in Real Ecosystems. Science. 269, 1257–1260. https://doi.org/10.1126/science.269.5228.1257

  • Neutel, A.M., Heesterbeek, J.A.P., Ruiter, P.C. De, 2002. Stability in Real Food Webs: Weak Links in Long Loops. Science. 296, 1120–1123. https://doi.org/10.1126/science.1068326

See Also

effectOnResource, getJacobianEnergyFlux


dswdejonge/fwstability documentation built on Dec. 7, 2022, 7:24 p.m.