Skip to content
Prev 5470 / 7420 Next

Package adehabitatLT; lion telemetry data; removing intermittent 1-hr locations to create 2-hr locations

Dear Lisanne,

You want to play around with the function 'subsample' (see the help page
for that), assuming that you can 'isolate' the different schedules as
different bursts (potentially same ID, but different bursts when dt = 1h or
2h). To achieve that, you may be able to use 'cultraj' or 'hab::subset'.
'hab' is a package I developed, and is available on GitHub:

https://github.com/basille/hab

Note also that there are a couple of functions for SSFs in there...

Also, adehabitatLT provides two functions to regularize trajectories:
'setNA' (that adds NAs for missing locations) and 'sett0' (that rounds the
timestamps, similarly to what you already did).

Look up the vignette for more details:

https://cran.r-project.org/web/packages/adehabitatLT/vignettes/adehabitatLT.pdf

Hope this helps,
Mathieu.


Le 14/11/2016 ? 11:37, Lisanne Petracca a ?crit :