mt_bind | R Documentation |
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 |
a trajectory array (see mt_example). |
trajectories2 |
a trajectory array (see mt_example). |
verbose |
logical indicating whether function should report its progress. |
A trajectory array.
Pascal J. Kieslich
Felix Henninger
trajectories_combined <- mt_bind(
mt_example$trajectories,
mt_prototypes
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.