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)

Arguments

trajectories1

a trajectory array (see mt_example).

trajectories2

a trajectory array (see mt_example).

verbose

logical indicating whether function should report its progress.

Value

A trajectory array.

Author

Pascal J. Kieslich

Felix Henninger

Examples

trajectories_combined <- mt_bind(
  mt_example$trajectories,
  mt_prototypes
)