Skip to contents

An R package providing core data structures for movement data

The primary aim of the aniframe package is to provide S3 classes and methods for representing and manipulating movement data.

Installation

You can install the development version of aniframe with:

install.packages('aniframe', repos = c('https://animovement.r-universe.dev', 'https://cloud.r-project.org'))

Once you have installed the package, you can load it with:

Status

Warning

🏗️ The package is currently in early development and the interface is subject to change. Feel free to play around and provide feedback.

Citation

If you enjoy the package, please make sure to cite it. If you find a bug, feel free to open an issue.

To cite aniframe in publications use:

citation("aniframe")
#> To cite aniframe in publications use:
#> 
#>   Roald-Arbøl M (2025). "aniframe: An S3 class for movement data in R."
#>   doi:10.5281/zenodo.17344598
#>   <https://doi.org/10.5281/zenodo.17344598>,
#>   <http://www.roald-arboel.com/aniframe/>.
#> 
#> A BibTeX entry for LaTeX users is
#> 
#>   @Misc{aniframe,
#>     doi = {10.5281/zenodo.17344598},
#>     title = {aniframe: An S3 class for movement data in R},
#>     author = {Mikkel Roald-Arbøl},
#>     year = {2025},
#>     url = {http://www.roald-arboel.com/aniframe/},
#>     abstract = {An S3 class for movement data in R.},
#>     version = {0.1.0},
#>   }