enhance_actigraph: Combine ActiGraph and activPAL data

View source: R/SIP_Functions.R

enhance_actigraphR Documentation

Combine ActiGraph and activPAL data

Description

Merge data streams for separate monitors in the SIP method

Usage

enhance_actigraph(ag, ap, verbose = FALSE)

Arguments

ag

ActiGraph data

ap

activPAL data

verbose

logical. Print information to console?

Value

data frame of combined ActiGraph and activPAL data

Examples

data(SIP_ag, package = "Sojourn")
data(SIP_ap, package = "Sojourn")
combined_data <- enhance_actigraph(SIP_ag, SIP_ap)
utils::head(combined_data)

Sojourn documentation built on Nov. 20, 2025, 1:07 a.m.