toAvgDay: Compute average day

Description Usage Arguments Value Examples

Description

Averages the data from multiple days to create an averaged "typical day." Data from each individual animal is handled separately.

Usage

1
toAvgDay(DAM, ..., incomplete.rm = TRUE)

Arguments

DAM

A valid DAM S4 experiment

incomplete.rm

A boolean value specifying whether incomplete days at the end of the dataset should not be included in the calculation. Default: TRUE

Value

Returns a DAM S4 experiment containing one day's worth of averaged measurements.

Examples

1
toAvgDay(DAM_DD)

kazi11/actmon documentation built on May 20, 2019, 7:53 a.m.