track_align: Selects relocations that fit a new time series

View source: R/track_align.R

track_alignR Documentation

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 class 'track_xyt'
track_align(x, new.times, tolerance, ...)

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.

Value

A track_xyt.


jmsigner/amt documentation built on Nov. 17, 2024, 5:51 a.m.