centrality_current_flow_closeness: Current Flow Closeness Centrality
Description
Information centrality based on electrical current flow through the network.
Uses the pseudoinverse of the Laplacian matrix. Requires a connected graph.
Usage
centrality_current_flow_closeness(x, ...)
Value
Named numeric vector of current flow closeness values.