make_non_bout_window: Create a non-bout window

View source: R/sample_data.R

make_non_bout_windowR Documentation

Create a non-bout window

Description

This function creates a non-bout window, which is a period of inactivity that is not long enough to be considered as an inactive bout.

Usage

make_non_bout_window(maximum_number_consec_inactive_epochs_in_bout = 3)

Arguments

maximum_number_consec_inactive_epochs_in_bout

maximum number of consecutive inactive epochs in a bout before it is terminated

Value

a data frame with columns "activity_counts", "bout", "non_wearing", "complete_day"

Examples

make_non_bout_window()


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