Skip to contents

Estimates resting heart rate using various methods

Usage

calculate_resting_hr(
  hr_data,
  method = "lowest_sustained",
  stability_threshold = 3,
  window_size = 30
)

Arguments

hr_data

Vector of heart rate values

method

Calculation method to use

stability_threshold

Allowable HR variation

window_size

Window size in samples

Value

Numeric resting heart rate value