Description Usage Arguments Value Examples
Divide the reachability of the network by the effort spent by producers and distributors, i.e. their average degree.
1 | efficiencyRe(g)
|
g |
igraph object. |
A numeric between 0 and 1.
1 2 3 | library(igraph)
g = make_tree(10)
efficiencyRe(g)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.