largest.weight:
find out the food chain with largest weights among all food chains that are
linked to a given species
Description
a food chain wtih largest weights mean that the summation of weights for each link
of the chain is the largest. Note: the longest food chain (with largest number of nodes)
does not necessarily have the largest weight.
Usage
largest.weight(gemat, sp)
Arguments
gemat
standard square graph matrix
sp
the node that is evaluated.
Value
return all candidate pathways and related weights
References
Chen Y (2012) loop: an R package for performing decomposition of weighted
directed graphs, food web analysis and flexible network plotting. Submitted.