unique.Track | R Documentation |
Removing duplicated points in a track
## S3 method for class 'Track'
unique(x,...)
x |
an object of class "Track" |
... |
passed to arguments of unique |
This function removes duplicated points in an object of class "Track".
An object of class Track with no duplicated point.
Mohammad Mehdi Moradi <moradi@uji.es>
rTrack, rTracks, rTracksCollection, unique
x <- rTrack()
unique(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.