View source: R/whomineralizes.R
whomineralizes | R Documentation |
Direct and indirect contributions to mineralizations
whomineralizes(usin, selected = NULL)
usin |
The community in which we want to calculate mineralization rates. |
selected |
A vector of names for which you want to calculate the direct and indirect effects. Default NULL means all of them. Useful for excluding nodes whose removal breaks the community (i.e., basal nodes) |
The results are labeled as follows with direct contributions calculated from the full food web and indirect contributions calculated from the food web without that node. Indirect contributions do not include the direct contribution (i.e., it is subtracted).
The direct contribution to carbon mineralization.
The direct contribution to nitrogen mineralization.
The indirect contribution to carbon mineralization.
The indirect contribution to nitrogen mineralization.
The indirect contributions are calculated as the total mineralization of the community with the trophic species minus the trophic species direct mineralization minus the total mineralization without the trophic species all divided by the total mineralizaiton with the trophic species.
A table of node effects on mineralization rates.
# Basic example for the introductory community:
whomineralizes(intro_comm)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.