sampleCounts {activityCounts} | R Documentation |
The counts calculated by activityCounts and ActiLife based on included raw accelerometer data
Description
A simple data.table
which its first row is measurement time. Then for each time step,
counts are calculated by activityCounts
and the ActiLife software. The counts are calculated based on
included sampleXYZ
dataset, which its sampling frequency is 100H.
Usage
sampleCounts
Format
A data.table
with nine columns:
- Time
Date and time
- activityCounts_x_counts
counts calculated by
counts()
function in X direction- activityCounts_y_counts
counts calculated by
counts()
function in Y direction- activityCounts_z_counts
counts calculated by
counts()
function in Z direction- ActiLife_x_counts
counts calculated by ActiLife software in X direction
- ActiLife_y_counts
counts calculated by ActiLife software in Y direction
- ActiLife_z_counts
counts calculated by ActiLife software in Z direction
See Also
counts to see how to produce counts.
sampleXYZ
raw accelerometer data for testing counts()
function.
[Package activityCounts version 0.2.1 Index]