efficiencyRe: Supply network reachability-efficiency

Description Usage Arguments Value Examples

View source: R/efficiency.R

Description

Divide the reachability of the network by the effort spent by producers and distributors, i.e. their average degree.

Usage

1

Arguments

g

igraph object.

Value

A numeric between 0 and 1.

Examples

1
2
3
library(igraph)
g = make_tree(10)
efficiencyRe(g)

MiloMonnier/supplynet documentation built on Feb. 16, 2021, 8:03 p.m.