sda_int | R Documentation |
Create a filter index of a track for "bad" points with a combination of speed, distance and angle tests.
sda_int(x, smax, ang = c(15, 25), distlim = c(2.5, 5))
x |
fG_format object passed from pf_obs_type() |
smax |
maximum speed, in km/h |
ang |
minimum turning angle/s in degrees |
distlim |
maximum step lengths in km |
This is an implementation based on that in the package trip by MD Sumner (https://github.com/Trackage/trip).
logical vector, with FALSE
values where the tests failed
Freitas, C., Lydersen, C., Fedak, M. A. and Kovacs, K. M. (2008), A simple new algorithm to filter marine mammal Argos locations. Marine Mammal Science, 24: 315?V325. doi: 10.1111/j.1748-7692.2007.00180.x
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.