make_smallest_bout_with_smallest_non_wearing_period {walkboutr} | R Documentation |
Generate the smallest bout with the smallest non-wearing period dataset
Description
This function creates a dataset consisting of the smallest bout and the smallest non-wearing period. The bout length, non-wearing period length, and epoch length are defined in the global variables: minimum_bout_length, maximum_number_consec_inactive_epochs_in_bout, and min_non_wearing_length, respectively.
Usage
make_smallest_bout_with_smallest_non_wearing_period()
Value
A data frame with columns for activity counts and date-time stamps.
Examples
make_smallest_bout_with_smallest_non_wearing_period()
[Package walkboutr version 0.6.0 Index]