make_smallest_nonwearing_window: Create smallest non-wearing window

View source: R/sample_data.R

make_smallest_nonwearing_windowR 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()

walkboutr documentation built on May 29, 2024, 2:58 a.m.