Learn R Programming

soilfoodwebs (version 1.0.2)

checkeqm: Check the carbon flux equilibrium output by comana.

Description

Check the carbon flux equilibrium output by comana.

Usage

checkeqm(cares, eqmtolerance = NA)

Value

Boolean: Is the community at equilibrium with inputs to the first trophic level?

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.

Examples

Run this code
checkeqm(comana(intro_comm))

Run the code above in your browser using DataLab