View source: R/criterion_intensity_AP_HR.R
criterion_intensity_AP_HR | R Documentation |
Function to create criterion measure from activpal and heart rate data
criterion_intensity_AP_HR(HR_data, AP_data, HR_flex, MPA_HRR, VPA_HRR)
HR_data |
Data with a Timestamp in ymd_hms format and heart rate data labelled as 'HR' |
AP_data |
ActivPAL data with a Timestamp column in ymd_hms format and event data (sitting/lying, standing, stepping) |
HR_flex |
Individualized HR-flex threshold. Periods with HR data above this threshold will use HR to determine intensity while periods below will use activPAL event data |
MPA_HRR |
Individualized threshold for determining moderate-intensity activity from HR data |
VPA_HRR |
Individualized threshold for determining vigorous-intensity activity from HR data |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.