atlastools
is an R
package to pre-process high frequency animal tracking data.
It is written and maintained by Pratik Gupte, at the University of Groningen's Theoretical Biology Group. While aimed at data from ATLAS systems, it works with any X, Y, TIME
data.
The package functions are conveniently documented at the package website: https://pratikunterwegs.github.io/atlastools/
Using atlastools
to clean data before making biological inferences is covered in this article in the Journal of Animal Ecology, A Guide to Pre-processing High-throughput Animal Tracking Data.
# This package can be installed using devtools
install.packages("devtools")
devtools::install_github("pratikunterwegs/atlastools")