enhance_actigraph: Combine ActiGraph and activPAL data

Description Usage Arguments Examples

View source: R/SIP_Functions.R

Description

Merge data streams for separate monitors in the SIP method

Usage

1
enhance_actigraph(ag, ap, verbose = FALSE)

Arguments

ag

ActiGraph data

ap

activPAL data

verbose

logical. Print information to console?

Examples

1
2
3
4
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 May 8, 2021, 1:06 a.m.