Learn R Programming

trajectories (version 0.2-1)

unique.Track: unique.Track

Description

Removing duplicated points in a track

Usage

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

Arguments

x

an object of class "Track"

...

passed to arguments of unique

Value

An object of class Track with no duplicated point.

Details

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

See Also

rTrack, rTracks, rTracksCollection, unique

Examples

Run this code
# NOT RUN {
x <-  rTrack()
unique(x)
# }

Run the code above in your browser using DataLab