Description Usage Arguments Value Author(s) Examples
View source: R/distributionComp.R
Node Distance Distribution computation
1 | getNodeDistanceDistr(g, binList = NA)
|
g |
graph in igraph format |
binList |
bins for the distance distribution |
Node distance distribution
Ichcha Manipur & Mario R Guarracino
1 2 3 4 | ## Not run:
g <- igraph::make_tree(10, mode = "out")
getNodeDistanceDistr(g)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.