View source: R/identify_walk_bouts_in_gps_and_accelerometry_data.R
identify_walk_bouts_in_gps_and_accelerometry_data | R Documentation |
This function identifies walking bouts in GPS and accelerometry data. It processes the GPS data and accelerometry counts to create walk bouts.
identify_walk_bouts_in_gps_and_accelerometry_data(
gps_data,
accelerometry_counts,
...,
collated_arguments = NULL
)
gps_data |
A data frame containing GPS data |
accelerometry_counts |
A data frame containing accelerometry counts |
... |
Additional arguments to be passed to the function |
collated_arguments |
A list of collated arguments |
A data frame containing identified walk bouts
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.