make_full_day_bout {walkboutr}R 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


[Package walkboutr version 0.6.0 Index]