Learn R Programming

trajectories (version 0.2-9)

unique.Track: unique.Track

Description

Removing duplicated points in a track

Usage

# S3 method for Track
unique(x,...)

Value

An object of class Track with no duplicated point.

Arguments

x

an object of class "Track"

...

passed to arguments of unique

Author

Mohammad Mehdi Moradi <moradi@uji.es>

Details

This function removes duplicated points in an object of class "Track".

See Also

rTrack, rTracks, rTracksCollection, unique

Examples

Run this code
x <-  rTrack()
unique(x)

Run the code above in your browser using DataLab