
Trajectories that fed into a target (confluence)
Source:R/sniff_trajectory_formation.R
sniff_trajectory_formation.RdReturns the target trajectory's direct tributaries: its children in the
confluence tree, the trajectories whose terminal cohort was absorbed into
target. The result is the formation shape that
plot_trajectory_formation() renders.
Arguments
- x
A
sniff_trajectory_braid()object.- ...
target(atraj_id), thenmin_papers(default 5) andmin_prop(default 0.05), the thresholds behind the feeders'keptflag.
Value
A formation list (target, target_info, feeders, total_inflow,
last_year). The feeders carry n_dest (the feeder's documents that end
in the target's final community) and target_info carries final_size (the
target's final-year size); plot_trajectory_formation() uses these
for its labels.
See also
sniff_trajectory_braid(), plot_trajectory_formation()
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_hubs(),
sniff_trajectory_self_sufficiency()