make_smallest_bout_with_smallest_non_wearing_period: Generate the smallest bout with the smallest non-wearing...

View source: R/sample_data.R

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

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