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)
Initial gTrack
object
Any number of gTrack
objects
If recursive = TRUE, the function recursively descends through lists (and pairlists) combining all their elements into a vector [FALSE]