tridata: Triaxial Sample Data

Description Usage Format Details Source References Examples

Description

This dataset is used to illustrate the accel.process.tri function in the accelerometry package.

Usage

1

Format

The format is: int [1:10080, 1:4] 118 0 0 2 0 0 0 20 0 0 ... - attr(*, "dimnames")=List of 2 ..$ : chr [1:10080] "526" "527" "528" "529" ... ..$ : chr [1:4] "vert" "ap" "ml" "steps"

Details

This dataset contains a four-column matrix. The first three columns are counts in the vertical, anteroposterior, and mediolateral axes, and the fourth column is steps. There are seven days worth of data from a volunteer.

Source

This data was graciously provided by Ei Ei Khaing Nang from the Department of Epidemiology and Public Health, Yong Loo Lin School of Medicine, National University of Singapore, Singapore, Republic of Singapore.

References

Acknowledgment: This material is based upon work supported by the National Science Foundation Graduate Research Fellowship under Grant No. DGE-0940903.

Examples

1
2
3
4
5
# Load in sample data
data(tridata)

# Plot one day of step data
plot(tridata[1:1440, 4])

Example output



accelerometry documentation built on May 2, 2019, 5:23 p.m.