Description Usage Arguments Value Author(s) Examples
Calculates betweenness using only paths from the source vertices to the sink vertices
| 1 | restricted.betweenness(g, from = V(g), to = V(g), parallel = F)
 | 
| g | igraph object | 
| from | source vertices | 
| to | sink vertices | 
| parallel | whether to use registered parallel backend | 
A data.frame with the restricted betweenness
Eric Kramer <ericransomkramer@gmail.com>
| 1 2 3 |     library("igraph")
    g = barabasi.game(100)
    restricted.betweenness(g, from=1:50, to=51:100) 
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.