This function finds the boundary of the rich core of a graph, based on the decreasing order of vertex degree. It also calculates the degree that corresponds to that rank, and the core size relative to the total number of vertices in the graph.
rich_core(g)
An igraph
graph object
A data frame with the following components:
The density of the graph.
The rank of the boundary for the rich core.
The degree of the vertex at the boundary.
The size of the core relative to the graph size.
Ma A \& Mondragon R.J. (2015) Rich-cores in networks. PLoS One, 10(3): e0119678. doi:10.1371/journal.pone.0119678
Other Rich-club functions: plot_rich_norm
,
rich_club_attrs
,
rich_club_coeff
,
rich_club_norm