Learn R Programming

mousetrap (version 3.2.3)

mt_bind: 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)

Value

A trajectory array.

Arguments

trajectories1

a trajectory array (see mt_example).

trajectories2

a trajectory array (see mt_example).

verbose

logical indicating whether function should report its progress.

Author

Pascal J. Kieslich

Felix Henninger

Examples

Run this code
trajectories_combined <- mt_bind(
  mt_example$trajectories,
  mt_prototypes
)

Run the code above in your browser using DataLab