Description Usage Arguments Value Author(s)
Use diveMove::grpSpeedFilter
to identify extreme
outlier locations prior to feed
-ing to ssmTMB::fit_ssm
. Outliers are not
removed but flagged with a logical vector so they can be ignored when feed
-ing
to ssmTMB::fit_ssm
. prefilter
also ensures data are temporally ordered.
1 | prefilter(d, vmax = 10, w = 5)
|
d |
A data_frame containing the following columns: "id", "date", "lc", "lon", "lat". "id" is a unique identifier for the tracking dataset. "date" is the GMT date-time of each observation with the following format "2001-11-13 07:59:59". "lc" is the Argos location quality class of each observation, values in ascending order of quality are "Z", "B", "A", "0", "1", "2", "3". "lon" is the observed longitude in decimal degrees. "lat" is the observed latitude in decimal degress. |
vmax |
the speed threshold in m/s |
w |
window size |
A tbl_df grouped by individual id is returned.
Ian Jonsen
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.