Learn R Programming

brainGraph (version 0.72.0)

rich.club.coeff: Calculate the rich club of a graph

Description

This function calculates the rich club of a graph, both the coefficient $\phi$ and the nodes that make up this subgraph.

Usage

rich.club.coeff(g, k = 1, weighted = FALSE)

Arguments

g
The graph of interest
k
The minimum degree for including a vertex (default: 1)
weighted
A logical indicating whether or not edge weights should be used (default: FALSE)

Value

A list with the following components: A list with the following components:

References

Zhou S., Mondragon R.J. (2004) The rich-club phenomenon in the internet topology. IEEE Comm Lett, 8:180-182.

Opsahl T., Colizza V., Panzarasa P., Ramasco J.J. (2008) Prominence and control: the weighted rich-club effect. Physical Review Letters, 101.16:168702.

See Also

rich.club.norm