Identifies which layers contribute most to the interlayer bridge role of a
given node, by decomposing its interlayer connectivity into layer-specific
contributions. The function is designed as an interpretative companion to the
interlayer node-level indices returned by multimixMN(), providing the
components underlying the corresponding overall interlayer indices.
Interlayer connectivity is summarized using four complementary profiles: interlayer strength, interlayer expected influence (order 1), interlayer closeness, and interlayer betweenness.
Value
An object of class "bridge_layer_profiles" (a named list) with
the following components:
bridge_strengthList with
overallandby_layer, whereby_layeris a tibble with columnstarget_layerandsum_abs_w.bridge_ei1List with
overallandby_layer, whereby_layeris a tibble with columnstarget_layerandsum_signed_w.bridge_closenessList with
overallandby_layer, whereby_layeris a tibble with columnstarget_layerandcontribution.bridge_betweennessList with
overallandby_pair, whereby_pairis a tibble with columnsLi,Lj, andcontribution.
Details
The function operates on the interlayer-only graph, i.e. on the graph containing only edges between nodes belonging to different layers.
For a focal node in the selected layer, the function decomposes:
interlayer strength into contributions toward each layer;
interlayer expected influence (order 1) into signed contributions toward each layer;
interlayer closeness into additive harmonic-distance contributions toward each layer;
interlayer betweenness into additive contributions from shortest paths between layer pairs, using the standard fraction \(\sigma_{st}(v) / \sigma_{st}\).
Contributions are defined so that they sum to the corresponding overall interlayer index.