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

twomode_centralization_degree(graph)

Arguments

graph

An igraph graph

References

Borgatti, Stephen P, and Daniel S Halgin. 2011. ``Analyzing Affiliation Networks." In The SAGE Handbook of Social Network Analysis, edited by John Scott and Peter J Carrington, 417–33. London, UK: Sage.

Examples

twomode_centralization_degree(graph)
#> Error in igraph::degree(graph): Not a graph object