README.md

aof package

Build
Status CRAN
version CRAN
downloads Coverage
Status

Purpose of the package

A breakpoint-based method to detect ontogenetic shifts in univariate time-activity budget series of central-place foraging insects. The method finds a single breakpoint according to the likelihood function. The method was developed with honey bees in order to detect the Age at Onset of Foraging (AOF), but can be used for the detection of other ontogenetic shifts in other central-place foraging insects.

Installation instructions

# from CRAN
install.packages("aof")

# Or the development version from GitHub:
# install.packages("devtools")
devtools::install_github("frareb/aof")

Authors’ affiliation

UMR EGCE (IRD, CNRS, Univ. Paris-Saclay), Gif-sur-Yvette, France

To cite this package please use:

citation("aof") 
#> 
#> Requier F, Rebaudo F (2020). _aof: Ontogenetic Shifts in Central-Place
#> Foraging Insects_. R package version 0.1.0, <URL:
#> https://github.com/frareb/aof/>.
#> 
#> A BibTeX entry for LaTeX users is
#> 
#>   @Manual{,
#>     title = {aof: Ontogenetic Shifts in Central-Place Foraging Insects},
#>     author = {Fabrice Requier and François Rebaudo},
#>     year = {2020},
#>     note = {R package version 0.1.0},
#>     url = {https://github.com/frareb/aof/},
#>   }


Try the aof package in your browser

Any scripts or data that you put into this service are public.

aof documentation built on March 13, 2020, 3:17 a.m.