make_smallest_nonwearing_window {walkboutr} | R Documentation |
Create an inactive period that represents the smallest non-wearing window.
This function uses the make_inactive_period()
function to create the non-wearing window.
make_smallest_nonwearing_window(min_non_wearing_length = 20 * 2)
min_non_wearing_length |
minimum non_wearing time before a bout is terminated |
An inactive period data frame that represents the smallest non-wearing window.
make_smallest_nonwearing_window()