make_full_walk_bout_df | R Documentation |
This function combines accelerometer and GPS data to create a data frame of walking bouts.
It generates a full day of activity with bouts of minimum and non-bout periods, and GPS data for walking in Seattle.
The accelerometer data is processed into bouts using the process_accelerometry_counts_into_bouts
function.
The GPS data is processed into epochs using the process_gps_data_into_gps_epochs
function.
make_full_walk_bout_df()
A data frame of walking bouts with GPS data
make_full_walk_bout_df()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.