This function allows you to calculate how (betweenness) centralized a two-mode graph is.

twomode_centralization_between(graph)

Arguments

graph

An igraph graph

Examples

twomode_centralization_between(graph)
#> Error in betweenness(graph): Not a graph object