Join two trajectory arrays
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)
trajectories1
trajectories2
verbose
A trajectory array.
trajectories_combined <- mt_bind( mt_example$trajectories, mt_prototypes )
Pascal J. Kieslich
Felix Henninger
Useful links