summarize_walk_bouts: Summarize walking bouts: This function summarizes walking...

View source: R/identify_walk_bouts_in_gps_and_accelerometry_data.R

summarize_walk_boutsR Documentation

Summarize walking bouts: This function summarizes walking bouts and calculates the median speed, complete day, non-wearing, bout start, and duration of each bout.

Description

Summarize walking bouts: This function summarizes walking bouts and calculates the median speed, complete day, non-wearing, bout start, and duration of each bout.

Usage

summarize_walk_bouts(walk_bouts, ..., collated_arguments = NULL)

Arguments

walk_bouts

A data frame containing identified walk bouts

...

Additional arguments to be passed to the function

collated_arguments

A list of collated arguments

Value

A data frame summarizing identified walk bouts


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