flowConnection: Creates a matrix of flow connectedness for a tree
Description
Designed for use on river network and its representation as a tree. It is used on object of class
FlowConnectionGraph.
Usage
flowConnection(obj, ...)
# S3 method for FlowConnectionGraph
flowConnection(obj, ...)
Value
A symmetric matrix with named rows and columns and with entries one or zero with one on element ij if
location i is flow onnected with location j.
Arguments
obj
object of class FlowConnectionGraph
...
additional arguments
Details
As input it takes a directed tree according to the flow connection and the output is a matrix of 1's and 0's
1 meaning flow connectedness between node i and node j.