Learn R Programming

amt (version 0.3.1.0)

track_align: Selects relocations that fit a new time series

Description

Functions to only selects relocations that can be aligned with a new time series (within some tolerance).

Usage

track_align(x, ...)

# S3 method for track_xyt track_align(x, new.times, tolerance, ...)

Value

A track_xyt.

Arguments

x

A track.

...

Further arguments, none implemented.

new.times

The new time trajectory.

tolerance

The tolerance between observed time stamps and new time stamps in seconds. This should be either a vector of length 1 or length new.times.