
Hub roles aggregated to each flow trajectory (provincial vs bridging)
Source:R/sniff_trajectory_hubs.R
sniff_trajectory_hubs.RdSummarizes the document-level hub roles of sniff_groups_hubs() (the
Guimera–Amaral within-module z-score Zi and participation coefficient Pi)
over the documents of every sniff_trajectory_braid() trajectory. Provincial
hubs (low Pi) keep a lineage self-contained, consistent with convergence /
paradigmatic homogeneity; connector and boundary-spanning hubs (high Pi)
bridge across groups, consistent with divergence / branching.
Arguments
- flow
A
sniff_trajectory_braid()object.- hubs
A
sniff_groups_hubs()tibble: a document-id column (name, as returned, orSR), plusZi,Pi,zone(zoneone of"noHub","R5","R6","R7"). Documents are matched to a trajectory by that id against the trajectory's node documents.
Value
A tibble, one row per trajectory: traj_id, type, group, n_docs
(documents of the trajectory), mean_Zi, mean_Pi, hub_share (share that
are hubs), connector_share (share that are connector/boundary hubs R6/R7,
the bridging signal), provincial_share (share that are provincial hubs R5).
See also
sniff_groups_hubs(), sniff_trajectory_dynamics(),
sniff_trajectory_braid()
Other trajectory analysis:
sniff_trajectory_cct(),
sniff_trajectory_community(),
sniff_trajectory_confluence(),
sniff_trajectory_contribution(),
sniff_trajectory_destination(),
sniff_trajectory_dynamics(),
sniff_trajectory_emergence_owners(),
sniff_trajectory_entropy(),
sniff_trajectory_formation(),
sniff_trajectory_self_sufficiency()