effectOnResource | R Documentation |
This function finds the per capita effect of a consumer on the growth of the resource population. It implements the functions from de Ruiter et al. (1995), Neutel et al. (2002) and Neutel & Thorne (2014). The flow from prey to predator is divided by the biomass of the consumer. The flow from consumer to detritus, plus the defecation of predators of the consumer into the detritus pool, minus the uptake of detritus, is divided by the biomass of the consumer.
effectOnResource(FMs, BM, AE, dead = NULL)
FMs |
(required) A list with two elements
|
BM |
(required) Numeric vector with biomasses of all compartments, must be in the same order as the flow matrix. |
AE |
(required) Numeric vector with assimilation efficiencies of all compartments, must be in the same order as the flow matrix. |
dead |
(optional) List with at most two elements named names and frac containing information on all dead compartments (like detritus and nutrients).
|
This function returns a matrix containing the effects of the consumers (rows) on the resources (columns).
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
Neutel, A.M., Thorne, M.A.S., 2014. Interaction strengths in balanced carbon cycles and the absence of a relation between ecosystem complexity and stability. Ecol. Lett. 17, 651–661. https://doi.org/10.1111/ele.12266
Moore, J. C., Berlow, E. L., Coleman, D. C., De Ruiter, P. C., Dong, Q., Hastings, A., … Wall, D. H. (2004). Detritus, trophic dynamics and biodiversity. Ecology Letters, 7(7), 584–600. https://doi.org/10.1111/j.1461-0248.2004.00606.x
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.