View source: R/Read_IMU_Utils.R
imu_collapse | R Documentation |
Collapse raw IMU data to a specified epoch
imu_collapse(AG, block_size, verbose = FALSE)
AG |
dataframe containing raw IMU data |
block_size |
number of samples per epoch |
verbose |
A logical scalar: Print processing updates? |
dataframe of IMU data averaged over the specified epoch length
data(imu_to_collapse) collapsed <- imu_collapse(imu_to_collapse, 100) head(collapsed)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.