reach | R Documentation |
Calculate largest reach centrality
reach(graph, weights=E(graph)$weight, mode=c("all", "in", "out"))
graph |
an |
mode |
mode of the centrality |
weights |
If the edges in the graph have weight, then by default, the weight is used to calculate the length of the shortest path. Set it to NULL to supress the weight. |
The largest reach centrality measures how far a node can send or receive the information in the network. It is defined as the largest length of the shortest path from all the other nodes in the network.
# There is no example
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.