sampleXYZ {activityCounts} | R Documentation |
Raw accelerometer data for the activityCounts package
Description
A simple data.table
that contains raw accelerometer data for testing the
counts
function. Sampling frequency of this data.table
is 100Hz, therefore pass
100 as the second argument when using the counts
function.
Usage
sampleXYZ
Format
A data.table
with four columns:
- Time
Timestamp
- accelerometer_X
accelerometer data in X direction
- accelerometer_Y
accelerometer data in Y direction
- accelerometer_Z
accelerometer data in Z direction
See Also
counts to see how to produce counts.
sampleCounts
counts calculated by activityCounts
and ActiLife
[Package activityCounts version 0.2.1 Index]