The trip package provides functions for accessing and manipulating spatial data for animal tracking. Filter for speed and create time spent plots from animal track data.
The package is easily installed from CRAN in R.
install.packages("trip")
To install the development package from Github, use devtools
:
devtools::install_github("mdsumner/trip")
Probability image. The SGAT (and tripEstimation) packages have functions for dealing with spatial track summaries that are atomized to the level of each time step. There are methods for combining summaries from multiple tracks and for casting arbitrary durations (by sum) to standard image structures. This would be a good feature to replace the existing tripGrid function by storing the individual grid summaries for each implicit line segment.
Coercion to/from other classes See spbabel.
Validation Must include a detailed report object of where the problems are, and how to filter/fix/flush them.
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.