Description Usage Arguments Value Examples
View source: R/sbn_get_outlet.R
Find river mouth node from a directed graph.
1 |
g |
a river network as an igraph object. Must be a downstream directed graph. |
An integer identifying the id of river mouth node.
1 2 | g <- sbn_create(10, 0.7)
sbn_get_outlet(g)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.