Cijfcn {soilfoodwebs} | R Documentation |
A utility function to calculate the consumption rate of each species on all prey assuming a type I functional response.
Description
A utility function to calculate the consumption rate of each species on all prey assuming a type I functional response.
Usage
Cijfcn(usin, shuffleTL = FALSE, rmzeros = TRUE)
Arguments
usin |
The community on which feeding rate calculations are made. |
shuffleTL |
A Boolean stating whether the community should be sorted before consumption rates are calculated. |
rmzeros |
A Boolean determining whether trophic species with zero biomass should be removed from the community. |
Value
A matrix of consumption rates with units set by the the biomass input units in biomass and time.
Examples
Cijfcn(intro_comm)
[Package soilfoodwebs version 1.0.2 Index]