Description Usage Arguments Value Examples
find all downstream nodes of a vertex taken and edited from https://github.com/robertness/lucy/blob/master/R/lucy.R
1 | fun_downstream_nodes(g, w)
|
g |
a dendritic network as an igraph object |
w |
target node |
a vector of downstream node id's
1 2 3 4 | ## Not run:
fun_downstream_nodes(g, 5)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.