edge.betweenness | R Documentation |
edge.betweenness()
was renamed to edge_betweenness()
to create a more
consistent API.
edge.betweenness(
graph,
e = E(graph),
directed = TRUE,
weights = NULL,
cutoff = -1
)
graph |
The graph to analyze. |
e |
The edges for which the edge betweenness will be calculated. |
directed |
Logical, whether directed paths should be considered while determining the shortest paths. |
weights |
Optional positive weight vector for calculating weighted
betweenness. If the graph has a |
cutoff |
The maximum shortest path length to consider when calculating betweenness. If negative, then there is no such limit. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.