Description Usage Arguments Details
prefilter() (1) determines Argos data type (LS or KF); (2) converts dates to POSIXt;
identifies observations with duplicate dates; (3) orders observations in time; (4) converts
longitudes from 0,360 to -180,180; (5) projects lonlat coords to mercator x,y coords (in km);
(6) adds location error multiplication factors based on Argos location class (for type LS);
and (7) uses a loess smooth to identify potential outlier locations (by distance only) to be ignored when fitting
the ctrw model
| 1 2 | 
| d | input data - must have 5 (LS), or 8 (KF) columns (see details) | 
| span | degree of loess smoothing (range: 0 - 1) to identify potential outliers | 
| min.dt | minimum allowable time difference between observations; dt < min.dt will be ignored by the SSM | 
| min.dist | minimum distance from track to define potential outlier locations | 
| time.gap | not currently implemented | 
Internal function
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.