Learn R Programming

trajectories (version 0.2-1)

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)

Arguments

track1

Track that will be downsampled.

track2

Reference Track.

Value

A Track object. The downsampled track1.