checkeqm {soilfoodwebs} | R Documentation |
Check the carbon flux equilibrium output by comana.
Description
Check the carbon flux equilibrium output by comana.
Usage
checkeqm(cares, eqmtolerance = NA)
Arguments
cares |
The output from comana. |
eqmtolerance |
A value used to set the equilibrium tolerance for the food web verification. If NA, the default value used by the function all.equal is used, which is approximately 1.5e-8. |
Value
Boolean: Is the community at equilibrium with inputs to the first trophic level?
Examples
checkeqm(comana(intro_comm))
[Package soilfoodwebs version 1.0.2 Index]