This function creates an inactive period with a given length.
Usage
make_inactive_period(
length = 1,
is_bout = FALSE,
non_wearing = FALSE,
complete_day = FALSE
)
Arguments
- length
The length of the inactive period.
- is_bout
Logical value indicating whether this period is part of a bout of inactivity.
- non_wearing
Logical value indicating whether this period is due to non-wearing of the accelerometer.
- complete_day
Logical value indicating whether this period occurs during a complete day of wearing the accelerometer.