make_smallest_nonwearing_window {walkboutr} | R Documentation |
Create smallest non-wearing window
Description
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.
Usage
make_smallest_nonwearing_window(min_non_wearing_length = 20 * 2)
Arguments
min_non_wearing_length |
minimum non_wearing time before a bout is terminated |
Value
An inactive period data frame that represents the smallest non-wearing window.
Examples
make_smallest_nonwearing_window()
[Package walkboutr version 0.6.0 Index]