Learn R Programming

CINNA (version 1.2.0)

local_bridging_centrality: Local Bridging Centrality

Description

This function computes Local Bridging Centrality. This classifies nodes regarding their structural links among the dense components.

Usage

local_bridging_centrality(x, vids = V(x))

Arguments

x

An igraph or a network object

vids

Nodes to be considered in the calculation

Value

a vector including centrality values for each node

References

Macker, J.P., 2016, November. An improved local bridging centrality model for distributed network analytics. In Military Communications Conference, MILCOM 2016-2016 IEEE (pp. 600-605). IEEE. DOI: 10.1109/MILCOM.2016.7795393

See Also

betweenness

Examples

Run this code
# NOT RUN {
data(zachary)

local_bridging_centrality(zachary)

# }

Run the code above in your browser using DataLab