knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
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.
# from CRAN install.packages("aof") # Or the development version from GitHub: # install.packages("devtools") devtools::install_github("frareb/aof")
UMR EGCE (IRD, CNRS, Univ. Paris-Saclay), Gif-sur-Yvette, France
To cite this package please use the article describing the methods:
Requier, F., Henry, M., Decourtye, A., Brun, F., Aupinel, P., Rebaudo, F., Bretagnolle, V. (2020) Measuring ontogenetic shifts in central-place foragers: a case study with honey bees. Journal of Animal Ecology https://doi.org/10.1111/1365-2656.13248
and/or the package itself:
citation("aof")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.