Skip to contents

An R package for signal processing and filtering of movement data

The primary aim of the aniprocess package is to provide methods for filtering, smoothing, and processing movement trajectories.

Installation

You can install the development version of aniprocess with:

install.packages('aniprocess', 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 aniprocess in publications use:

citation("aniprocess")
#> To cite aniprocess in publications use:
#> 
#>   Roald-Arbøl M (2026). "aniprocess: An R package for signal processing
#>   and filtering of movement data." doi:10.5281/zenodo.17357778
#>   <https://doi.org/10.5281/zenodo.17357778>,
#>   <http://animovement.dev/aniprocess/>.
#> 
#> A BibTeX entry for LaTeX users is
#> 
#>   @Misc{aniprocess,
#>     doi = {10.5281/zenodo.17357778},
#>     title = {aniprocess: An R package for signal processing and filtering of movement data},
#>     author = {Mikkel Roald-Arbøl},
#>     year = {2026},
#>     url = {http://animovement.dev/aniprocess/},
#>     abstract = {An R package for signal processing and filtering of movement data.},
#>     version = {0.2.0},
#>   }