An R package for visualizing movement data and diagnostics
The primary aim of the anivis package is to provide plotting methods for movement trajectories, diagnostic summaries, and calculated metrics.
Installation
You can install the development version of anivis with:
install.packages('anivis', repos = c('https://animovement.r-universe.dev', 'https://cloud.r-project.org'))Once you have installed the package, you can load it with:
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 anivis in publications use:
citation("anivis")
#> To cite anivis in publications, please cite the animovement toolbox as
#> a whole (the first entry below). If your work used only anivis, you may
#> cite the package directly instead (the second entry).
#>
#> Roald-Arbøl M (2026). "animovement: An R toolbox for analysing
#> movement across space and time." doi:10.5281/zenodo.13235277
#> <https://doi.org/10.5281/zenodo.13235277>.
#> <https://animovement.dev/animovement/>.
#>
#> Roald-Arbøl M (2026). "anivis: An R package for visualizing movement
#> data and diagnostics." doi:10.5281/zenodo.21030691
#> <https://doi.org/10.5281/zenodo.21030691>.
#> <https://animovement.dev/anivis/>.
#>
#> To see these entries in BibTeX format, use 'print(<citation>,
#> bibtex=TRUE)', 'toBibtex(.)', or set
#> 'options(citation.bibtex.max=999)'.