identify_walk_bouts_in_gps_and_accelerometry_data {walkboutr}R Documentation

Identify walking bouts in GPS and accelerometry data:

Description

This function identifies walking bouts in GPS and accelerometry data. It processes the GPS data and accelerometry counts to create walk bouts.

Usage

identify_walk_bouts_in_gps_and_accelerometry_data(
  gps_data,
  accelerometry_counts,
  ...,
  collated_arguments = NULL
)

Arguments

gps_data

A data frame containing GPS data

accelerometry_counts

A data frame containing accelerometry counts

...

Additional arguments to be passed to the function

collated_arguments

A list of collated arguments

Value

A data frame containing identified walk bouts


[Package walkboutr version 0.6.0 Index]