Learn R Programming

trajectories (version 0.2-9)

downsample: Downsample a Track

Description

Downsamples a Track to the size (amount of points) of another Track.

Usage


# S4 method for Track
downsample(track1, track2)

Value

A Track object. The downsampled track1.

Arguments

track1

Track that will be downsampled.

track2

Reference Track.

Author

Nikolai Gorte <n.gorte@gmail.com>