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

# S4 method for 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

Marcin Imielinski