View source: R/Loops_functions_new.R
loop_weight | R Documentation |
Used internally by loops().
loop_weight(loop, A)
loop |
a vector containing the species that are in the loop, e.g. c(1,2,3) for the 3-link loop 1 -> 2 -> 3 |
A |
A Jacobian matrix |
A loop is defined by a list of species e.g. c(1,2,3) is the 3-link loop 1 -> 2 -> 3
these species numbers are used as indices in order to pick the corresponding
interaction strengths from the Jacobian \mathbf{A}
A vector containing the loop strength and the loop weight
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.