View source: R/pf_sda_filter.R
pf_sda_filter | R Documentation |
sda
to identify extreme locationsUse sda
to identify extreme locations
pf_sda_filter(x, spdf, vmax, ang, distlim)
x |
data from |
spdf |
turn speed filter on/off (logical; default is TRUE) |
vmax |
max travel rate (m/s) |
ang |
angles of outlier location "spikes" (default is |
distlim |
lengths of outlier location "spikes" in km (default is
|
sda
is a vectorized implementation of the Argos filter
presented in Freitas et al. (2008) Mar Mamm Sci 24:315-325. This function
checks for errors returned by sda
and falls back to using the simpler
speedfilter
if an error is returned. Both sda
and speedfilter
are native
implementations of those from the trip
package
(MD Sumner: https://github.com/Trackage/trip).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.