knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

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 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") 


frareb/osfi documentation built on May 7, 2020, 9:39 a.m.