subgraph.centrality {igraph} | R Documentation |
Find subgraph centrality scores of network positions
Description
subgraph.centrality()
was renamed to subgraph_centrality()
to create a more
consistent API.
Usage
subgraph.centrality(graph, diag = FALSE)
Arguments
graph |
The input graph, it should be undirected, but the implementation does not check this currently. |
diag |
Boolean scalar, whether to include the diagonal of the adjacency
matrix in the analysis. Giving |
[Package igraph version 2.0.3 Index]