make_full_day_bout_without_metadata | R Documentation |
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.
make_full_day_bout_without_metadata()
A data frame with activity counts for a full day bout without metadata
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.