powered by
Removing duplicated points in a track
# S3 method for Track unique(x,...)
an object of class "Track"
passed to arguments of unique
An object of class Track with no duplicated point.
This function removes duplicated points in an object of class "Track".
rTrack, rTracks, rTracksCollection, unique
# NOT RUN { x <- rTrack() unique(x) # }
Run the code above in your browser using DataLab