A graph-level hierarchy measure computed from per-node local reaching centralities: $$GRC(G) = \frac{1}{N - 1} \sum_v \left( \max_u LRC(u) - LRC(v) \right)$$
Arguments
- x
Network input (matrix, igraph, network, cograph_network, tna object).
- mode
For directed networks:
"all"(default),"in", or"out".- ...
Additional arguments passed to
centrality_reaching_local.
Details
Values close to 0 indicate a flat network (all nodes reach equal
proportions of the graph); values close to 1 indicate strong hierarchical
structure. Matches networkx.global_reaching_centrality exactly.
References
Mones, E., Vicsek, L., & Vicsek, T. (2012). Hierarchy measure for complex networks. PLoS ONE, 7(3), e33799.
