Learn R Programming

brainGraph (version 0.72.0)

rich.core: Calculate the rich core of a graph

Description

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.

Usage

rich.core(g)

Arguments

g
An igraph graph object

Value

A data frame with the following components: A data frame with the following components:

References

Ma A \& Mondragon R.J. (2015) Rich-cores in networks. PLoS One, 10(3): e0119678. doi:10.1371/journal.pone.0119678

See Also

rich.club.coeff, rich.club.norm