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 will be treated as undirected. |
diag |
Boolean scalar, whether to include the diagonal of the adjacency
matrix in the analysis. Giving |
[Package igraph version 2.1.2 Index]