mt_bind: Join two trajectory arrays

View source: R/add.R

mt_bindR 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
)


mousetrap documentation built on May 29, 2024, 11:39 a.m.