Learn R Programming

PhysicalActivity (version 0.2-4)

deliveryData: Data Example for Mail Delivery Day Classification

Description

Approximately 15 days of 3-axis accelerometer data collected with 1-minute epoch.

Usage

data(deliveryData)

Arguments

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

Examples

Run this code
# NOT RUN {
data(deliveryData)
# }

Run the code above in your browser using DataLab