downsample {trajectories}R Documentation

Downsample a Track

Description

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

Usage


## S4 method for signature 'Track'
downsample(track1, track2)

Arguments

track1

Track that will be downsampled.

track2

Reference Track.

Value

A Track object. The downsampled track1.

Author(s)

Nikolai Gorte <n.gorte@gmail.com>


[Package trajectories version 0.2-8 Index]