plot_sleep_quality {lifelogr} | R Documentation |
Returns a line plot plotting sleep quality over time. Sleep quality is a subjective score given by Fitbit
plot_sleep_quality(person)
person |
An instance of the Person class |
NULL, but plots print to screen
data(EX)
plot_sleep_quality(person = EX)