Join two trajectory arrays. This function is mainly used internally, but can be helpful in those (relatively rare) occasions where additional processed trajectory data should be added to another trajectory array.
mt_bind(trajectories1, trajectories2, verbose = FALSE)
a trajectory array (see mt_example).
a trajectory array (see mt_example).
logical indicating whether function should report its progress.
A trajectory array.
trajectories_combined <- mt_bind(
mt_example$trajectories,
mt_prototypes
)