powered by
Calculates the stability of the food web
stability( usin, correctstoich = TRUE, forceProd = FALSE, smin = 1, method = "Jacobian" )
Returns the Jacobian (or Moorecobian), eigenvalues, and the maximum eignvalue as a list.
The community to calculate stability.
Boolean: Should stability be calculated after the stoichiometry is corrected with corrstoich?
Boolean: Should production efficiency be the only way to correct stoichiometry?
The value of smin in the Moorecobian.
One of two options: Jacobian or Moorecobian. The later uses the value of smin and adds density-dependence to the calculation at the strength of smin.
calc_smin for the full use of the Moorecobian and stability2 for the estimation of stability using the functions from jacobian.full
calc_smin
stability2
jacobian.full
# Basic stability calculation stability(intro_comm)
Run the code above in your browser using DataLab