swan_connectivity measures the loss of connectivity when a node is removed from the network.
swan_connectivity(g)
Arguments
g: An igraph object representing the graph to analyze.
Returns
A numeric vector where each entry represents the connectivity loss when the corresponding node is removed.
Details
Connectivity loss indices quantify the decrease in the number of relationships between nodes when one or more components are removed. swan_connectivity computes the connectivity loss by systematically excluding each node and evaluating the resulting changes in the network structure.
The code is an adaptation from the NetSwan package that was archived on CRAN.