aggregate_dat {ActiSleep} | R Documentation |
Aggregate Accelerometer Data
Description
Obtain table from raw accelerometer table in 1-min intervals
Usage
aggregate_dat(datain, cutnum = 1, unit = c("min", "sec"), tz = "GMT")
Arguments
datain |
raw ActiGraph GT3X data |
cutnum |
quantity of unit to serve as interval, default is 1 |
unit |
time unit to use |
tz |
timezone, default is GMT |
Value
data frame of accelerometer data aggregated by intervals
[Package ActiSleep version 0.2.2 Index]