Description Usage Arguments Value Examples
Find all headwater nodes in a network.
1 | sbn_get_hw(g)
|
g |
a river network as an igraph object. Must be a downstream directed graph. |
A vector of headwater node id's.
1 2 | g <- sbn_create(10, 0.7)
sbn_get_hw(g)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.