stream_order_igraph | R Documentation |
This function is experimental. The equivalent GRASS function should be used in most cases.
stream_order_igraph(tree)
tree |
igraph tree object |
## Not run: tree <- create_reversed_tree(15) igraph::E(tree)$weight <- stream_order_igraph(tree) plot(tree, edge.width = igraph::E(tree)$weight, layout = layout_as_tree(tree, mode = "in")) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.