c | R Documentation |
Concatenate gTrack objects gt1, gt2, gt3 c(gt1, gt2, gt3) # returns a gTrack object with the component tracks "stacked"
## S4 method for signature 'gTrack'
c(x, ..., recursive = FALSE)
x |
Initial |
... |
Any number of |
recursive |
If recursive = TRUE, the function recursively descends through lists (and pairlists) combining all their elements into a vector [FALSE] |
Marcin Imielinski
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.