Create activity counts for a full day bout without metadata
Source:R/sample_data.R
make_full_day_bout_without_metadata.Rd
This function creates a data frame with activity counts for a full day bout. A full day bout is defined as an uninterrupted period of activity with a length of at least min_complete_day
. The function calls the make_non_bout_window()
, make_smallest_bout_window()
, and make_smallest_complete_day_activity()
functions to generate the activity counts for the non-bout window, smallest bout window, and smallest complete day activity, respectively.