plot_rest_hr {lifelogr} | R Documentation |
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.
plot_rest_hr(person)
person |
An instance of the Person class |
NULL, but plot printed to screen
data(EX)
plot_rest_hr(EX)