plot_rest_hr {lifelogr} | R Documentation |
Plot resting heart rate over time.
Description
Prints a line plot plotting heart rate (in beats per minute) over time. According to the National Institute of Health, the average resting heart rate for persons 10 and older (including seniors) is 60 - 100. However, well-trained athletes can have resting heart rates between 40 and 60.
Usage
plot_rest_hr(person)
Arguments
person |
An instance of the Person class |
Value
NULL, but plot printed to screen
See Also
Examples
data(EX)
plot_rest_hr(EX)
[Package lifelogr version 0.1.0 Index]