Skip to content

mpio-be/accr

Repository files navigation

accr

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.

Installation

You can install the development version of accr from GitHub with:

remotes::install_github("mpio-be/accr")

Example

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)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages