enumerate.loops {LoopAnalyst} | R Documentation |
Enumerates a list of all loops in a (-1, 0, 1) matrix.
enumerate.loops(CM)
CM |
A (-1, 0 1) matrix. |
The returned list of loops contains each loop in CM
in breadth-first search order). Each element in a loop is represented by its variable number, and the first element also terminates each loop.
A list of loops.
Alexis Dinno http://www.doyenne.com/LoopAnalyst/
Puccia, C. J. and Levins, R. (1986) Qualitative Modeling of Complex Systems: An Introduction to Loop Analysis and Time Averaging. Cambridge: Harvard University Press.
## assess community matrix data(submatrix) enumerate.loops(submatrix)