mt_bind {mousetrap} | R Documentation |
Join two trajectory arrays
Description
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.
Usage
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(s)
Pascal J. Kieslich
Felix Henninger
Examples
trajectories_combined <- mt_bind(
mt_example$trajectories,
mt_prototypes
)
[Package mousetrap version 3.2.3 Index]