For a directed network, pairwisedis(v) is the fraction of ordered
reachable pairs \((s, t)\) that become unreachable when node \(v\) is
removed:
$$PD(v) = (|P(G)| - |P(G - v)|) / |P(G)|$$
where \(|P(G)|\) is the number of ordered pairs \((s, t), s \ne t\)
with a directed path from \(s\) to \(t\).
Arguments
- x
Directed network input (matrix, igraph, cograph_network, tna object).
- ...
Additional arguments passed to
centrality.
Details
Bit-exact match against centiserve::pairwisedis on directed
graphs. Requires the input to be directed; returns NA with a
warning on undirected inputs.
References
Potapov, A. P., Voss, N., Sasse, N., & Wingender, E. (2008). Topology of mammalian transcription networks. Genome Informatics, 18, 193-204.
