c-methods: c

cR Documentation

c

Description

Concatenate gTrack objects gt1, gt2, gt3 c(gt1, gt2, gt3) # returns a gTrack object with the component tracks "stacked"

Usage

## S4 method for signature 'gTrack'
c(x, ..., recursive = FALSE)

Arguments

x

Initial gTrack object

...

Any number of gTrack objects

recursive

If recursive = TRUE, the function recursively descends through lists (and pairlists) combining all their elements into a vector [FALSE]

Author(s)

Marcin Imielinski


mskilab/gTrack documentation built on March 28, 2024, 6:18 p.m.