downsample: Downsample a 'Track'

downsampleR 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>


trajectories documentation built on Nov. 28, 2023, 1:10 a.m.