View source: R/SIP_Functions.R
| enhance_actigraph | R Documentation |
Merge data streams for separate monitors in the SIP method
enhance_actigraph(ag, ap, verbose = FALSE)
ag |
ActiGraph data |
ap |
activPAL data |
verbose |
logical. Print information to console? |
data frame of combined ActiGraph and activPAL data
data(SIP_ag, package = "Sojourn")
data(SIP_ap, package = "Sojourn")
combined_data <- enhance_actigraph(SIP_ag, SIP_ap)
utils::head(combined_data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.