make_full_day_bout: Create activity counts for a full day bout

View source: R/sample_data.R

make_full_day_boutR Documentation

Create activity counts for a full day bout

Description

This function creates a data frame with activity counts for a full day bout. A full day bout is defined as an uninterrupted period of activity with a length of at least min_complete_day. The function calls the make_non_bout_window(), make_smallest_bout_window(), and make_smallest_complete_day_activity() functions to generate the activity counts for the non-bout window, smallest bout window, and smallest complete day activity, respectively.

Usage

make_full_day_bout()

Value

A data frame with activity counts for a full day bout


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