node_betweenness_parallel | R Documentation |
Parallel computation of node betweenness
node_betweenness_parallel(
networks,
parallel = 1,
pathway_node_betweenness_endpoints = TRUE,
pathway_first_shortest_path = FALSE
)
networks |
|
parallel |
number of threads |
pathway_node_betweenness_endpoints |
If |
pathway_first_shortest_path |
If |
list
of betweenness centrality vectors
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.