Identify walking bouts in GPS and accelerometry data:
Source:R/identify_walk_bouts_in_gps_and_accelerometry_data.R
identify_walk_bouts_in_gps_and_accelerometry_data.Rd
This function identifies walking bouts in GPS and accelerometry data. It processes the GPS data and accelerometry counts to create walk bouts.
Usage
identify_walk_bouts_in_gps_and_accelerometry_data(
gps_data,
accelerometry_counts,
...,
collated_arguments = NULL
)