splitTrack: Split Track into Multiple Tracks

Description Usage Arguments

View source: R/functions.R

Description

Split Track into Multiple Tracks

Usage

1
splitTrack(x, positions, id = NULL, min.length = 2)

Arguments

x

the input track (a data frame or a matrix).

positions

a vector of positive integers, given in ascending order.

id

a string used to identify the resulting tracks; for instance, if id="X", then the resulting tracks are named X_1, X_2 and so forth. Otherwise, they are simply labelled with integer numbers.

min.length

nonnegative integer. Resulting tracks that have fewer positions than the value of this parameter are dropped.


jtextor/MotilityLab documentation built on May 20, 2019, 3:13 a.m.