track_align | R Documentation |
Functions to only selects relocations that can be aligned with a new time series (within some tolerance).
track_align(x, ...)
## S3 method for class 'track_xyt'
track_align(x, new.times, tolerance, ...)
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 |
A track_xyt
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.