deliveryData {PhysicalActivity} | R Documentation |
Data Example for Mail Delivery Day Classification
Description
Approximately 15 days of 3-axis accelerometer data collected with 1-minute epoch.
Usage
data(deliveryData)
Format
A data frame with 20987 observations on the following variables.
- TimeStamp
A character vector, timestamp of accelerometer measurements
- axis1
A numeric vector, counts from axis1 of 3-axis accelerometer
- axis2
A numeric vector, counts from axis2 of 3-axis accelerometer
- axis3
A numeric vector, counts from axis3 of 3-axis accelerometer
- steps
A numeric vector, the number of steps
- vm
A numeric vector, the vector magnitude calculated from counts of axis1, axis2 and axis3
Author(s)
Cole Beck cole.beck@vumc.org, Leena Choi leena.choi@Vanderbilt.Edu
Examples
data(deliveryData)
[Package PhysicalActivity version 0.2-4 Index]