
Calculates the s-core decomposition of a network. This is analogous to
the k-core decomposition, but takes into account the strength
of vertices (i.e., in weighted networks). If an unweighted network is
supplied, then the output of the function coreness
is
returned.
s_core(g, W = NULL)
The igraph
graph object of interest
Numeric matrix of edge weights (default: NULL
)
Integer vector of the vertices' s-core membership
The s-core consists of all vertices
Note that in networks with a wide distribution of vertex strengths, in which there are almost as many unique values as there are vertices, then several separate cores will have a single vertex. See the reference provided below.
Eidsaa M & Almaas E. (2013) s-core network decomposition: a generalization of k-core analysis to weighted networks. Physical Review E, 88:062819.