HRV <- function(workbook,
max_estimated_r_peak_pct,
respiratory_peak_freq_range,
){
#
# Flagging output files where bin length is too short (e.g., don't have at least 30 seconds of data)
# Flagging segments where researcher has estimated more than 10% of R-peaks
# Flagging segments where respiratory peak frequency is outside expected range
# Flagging segments where heart rate is < twice respiratory rate
# providing cross-referenced data for signals capturing # o/ cardiac cycles (ECG, ICG, BP) to catch missing beats/scoring errors
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.