Description Usage Arguments Details Value Examples
Prefilter
1 2 |
dat |
provide example royal penguin tracking data |
metadata |
provide example royal penguin metadata |
min_obs |
minimum number of observation records a deployment must have |
min_days |
minimum number days a deployment must last |
vmax |
maximum travel rate (m/s) for speed filter |
sp |
for future functionality, not currently used |
path2repo |
for future functionality, not currently used |
Prepare standardised track data for state-space filtering by performing further standardisation and culling unacceptably short deployments
The track data are fetched automatically from the RAATD repository by specifying a species' abbreviated name.
writes a tibble to a .csv file with the following variables:
|
individual animal id |
|
POSIX date-time |
|
location quality class |
|
longitude |
|
latitude |
|
tag type: GPS, PTT, or GLS |
|
should record be used of ignored by SSM filter (logical) |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.