node_betweenness_parallel: Parallel computation of node betweenness

View source: R/kernels.R

node_betweenness_parallelR Documentation

Parallel computation of node betweenness

Description

Parallel computation of node betweenness

Usage

node_betweenness_parallel(
  networks,
  parallel = 1,
  pathway_node_betweenness_endpoints = TRUE,
  pathway_first_shortest_path = FALSE
)

Arguments

networks

list of igraph objects

parallel

number of threads

pathway_node_betweenness_endpoints

If TRUE, includes path endpoints in shortest path ensuring that all non-isolated nodes have betweenness > 0.

pathway_first_shortest_path

If TRUE, uses only the first found path in each breadth first search between node pairs of each network.

Value

list of betweenness centrality vectors


vittoriofortino84/COPS documentation built on Jan. 28, 2025, 3:16 p.m.