Directed-graph prestige measure: for each node \(v\), the number of other nodes that can reach \(v\) via a directed path. $$\mathrm{domain}(v) = |\{u \ne v : u \to^* v\}|$$
Arguments
- x
Directed network input (matrix, igraph, cograph_network, tna object).
- ...
Additional arguments passed to
centrality.
Details
Bit-exact match against sna::prestige(cmode = "domain").
Directed-only; returns NA with a warning on undirected input.
References
Wasserman, S., & Faust, K. (1994). Social Network Analysis: Methods and Applications. Cambridge University Press.
See also
centrality, centrality_reaching_local
for the dual "out-reachability" measure, centrality_pairwisedis
for a related reachability-based directed measure.
