as.list.TracksCollection {trajectories} | R Documentation |
Convert a "TracksCollection" object to a list of tracks
## S3 method for class 'TracksCollection'
as.list(x,...)
x |
an object of class "TracksCollection" |
... |
passed to arguments of as.list |
Mohammad Mehdi Moradi <moradi@uji.es>
rTrack, rTracks, rTracksCollection, as.list
x <- rTracksCollection()
as.list(x)