View source: R/evaluate_characteristics.R
assessComps | R Documentation |
This function assesses the effect of removing individual compartments from the Jacobian matrix on stability.
assessComps(JM, method = "eigenvalue", MR = NULL, dead_names = NULL)
JM |
(required) A square named Jacobian matrix with numeric values representing the effect of one compartment (rows) on another compartment (columns). |
method |
(required) Either "eigenvalue" (default), "scalar", or "initial".
|
MR |
(required if method is "scalar") A named numeric vector containing mortality of the faunal compartments (per unit time, t-1). The values and names must be in the same order as the Jacobian matrix, and the values for dead compartments should be set to NA. |
dead_names |
(optional if method is "scalar") Character vector with all names of detritus and nutrient compartments (everything that is not fauna). |
If the change in stability (delta) is negative, the system becomes more stable if
the respective food web compartment is removed from the Jacobian matrix. The opposite
is true if delta is positive.
The 'scalar' method might be somewhat slower than the default 'eigenvalue' method.
Returns a dataframe with absolute and relative changes in stability for removal of each food web compartment from the Jacobian matrix.
Neutel, A.M., Thorne, M.A.S., 2014. Interaction strengths in balanced carbon cycles and the absence of a relation between ecosystem complexity and stability. Ecol. Lett. 17, 651–661. https://doi.org/10.1111/ele.12266
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.