The goal of accr is to provide a toolkit for working with accelerometer data from small animal studies.
Note: This package is currently in the alpha stage, and its functionality may change significantly in the near future.
You can install the development version of accr from GitHub with:
remotes::install_github("mpio-be/accr")
This is a basic example which shows how to plot an actogram while computing a resting threshold on the fly.
library(accr)
data(pesaODBA)
setODBA(pesaODBA, "datetime_", "ODBA")
actogram(pesaODBA, threshold = resting_threshold)