Learn R Programming

loop (version 1.1)

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.

See Also

gplot, fplot, fplot.foodweb, loop.forward, loop.random

Examples

Run this code
mat=matrix(c(13,26,0,12,18,15,15,0,2),nrow=3,ncol=3)
#search out all loops
decomp(gemat=mat)

Run the code above in your browser using DataLab