make_smallest_bout_with_largest_inactive_period | R Documentation |
This function generates a sequence of accelerometer counts representing the smallest bout with the largest inactive period.
The length of the inactive period is determined by the value of maximum_number_consec_inactive_epochs_in_bout
variable.
make_smallest_bout_with_largest_inactive_period(
maximum_number_consec_inactive_epochs_in_bout = 3
)
maximum_number_consec_inactive_epochs_in_bout |
maximum number of consecutive inactive epochs in a bout before it is terminated |
A data frame with columns activity_counts
and time
, representing the accelerometer counts and the corresponding time stamps.
make_smallest_bout_with_largest_inactive_period()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.