Description Usage Arguments Value Examples
closeness Closeness centrality measures how many steps is
required to access every other node from a given node.
1 | closeness(A.mat)
|
A.mat |
An n x n adjacency matrix. |
Returns a length-n vector of c.closeness.std
of standardized closeness centrality scores
1 2 | A.mat.w = sim_adjacency(10, weight = c(1, 10))
closeness(A.mat.w)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.