decomp:
decompose the weighted graph into directional single connected graphs and a
non-connected graph
Description
It will return all connected graphs, and a unconnected graph
Usage
decomp(gemat)
Arguments
gemat
the square graph matrix
Value
return all single connected directed graphs and a final non-decomposable graph
References
van Groenendael J, de Kroon H, Kalisz S, Tuljapurkar S (1994) Loop analysis: evaluating life
history pathways in population projection matrices. Ecology, 75, 2410-2415.
Sun L, Wang M (2007) An algorithm for a decomposition of weighted digraphs: with applications
to life cycle analysis in Ecology. Journal of Mathematical Biology, 54, 199-226.
Chen Y (2012) loop: an R package for performing decomposition of weighted
directed graphs, food web analysis and flexible network plotting. Submitted.