A list, with one entry per bicomponent, containing component members.
memberships
A vector of component memberships, by vertex. (Note: memberships may not be unique.) Vertices not belonging to any bicomponent have membership values of NA.
csize
A vector of component sizes, by bicomponent.
cdist
A vector of length \(|V(G)|\) with the (unnormalized) empirical distribution function of bicomponent sizes.
Arguments
dat
a graph or graph stack.
symmetrize
symmetrization rule to apply when pre-processing the input (see symmetrize).
The bicomponents of undirected graph G are its maximal 2-connected vertex sets. bicomponent.dist calculates the bicomponents of \(G\), after first coercing to undirected form using the symmetrization rule in symmetrize. In addition to bicomponent memberships, various summary statistics regarding the bicomponent distribution are returned; see below.
References
Brandes, U. and Erlebach, T. (2005). Network Analysis: Methodological Foundations. Berlin: Springer.