Description Usage Arguments Value Examples
Short supply chains are edges linking directly producers to distributors. This function compute the rate of short SCs edges in the overall edges number.
1 |
g |
an igraph object; the supply network. |
a numeric between 0 and 1.
1 2 3 | library(igraph)
g = generateSupplyNet()
shortEdgesRate(g)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.