Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

track_resample

Resample track


Description

Function to resample a track at a predefined sampling rate within some tolerance.

Usage

track_resample(x, ...)

## S3 method for class 'track_xyt'
track_resample(x, rate = hours(2), tolerance = minutes(15), start = 1, ...)

Arguments

x

A track_xyt.

...

Further arguments, none implemented.

rate

A lubridate Period, that indicates the sampling rate.

tolerance

A lubridate Period, that indicates the tolerance of deviations of the sampling rate.

start

A integer scalar, that gives the relocation at which the sampling rate starts.


amt

Animal Movement Tools

v0.1.4
GPL-3
Authors
Johannes Signer [aut, cre], Brian Smith [ctb], Bjoern Reineking [ctb], Ulrike Schlaegel [ctb], John Fieberg [ctb], Scott LaPoint [dtc]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.