Identify non-wearing periods: This function identifies non-wearing periods in accelerometry data based on a threshold of consecutive epochs with activity counts of 0.
Source:R/process_accelerometry_counts_into_bouts.R
identify_non_wearing_periods.Rd
Identify non-wearing periods: This function identifies non-wearing periods in accelerometry data based on a threshold of consecutive epochs with activity counts of 0.
Arguments
- accelerometry_counts
a data frame containing columns for time (in POSIXct format) and activity_counts
- non_wearing_min_threshold_epochs
an integer value indicating the minimum number of consecutive epochs with 0 activity counts that constitute a non-wearing period