plot_sleep_over_time {lifelogr} | R Documentation |
Returns a line plot plotting sleep over time. Includes sleep duration and time asleep (in hours).
plot_sleep_over_time(person)
person |
An instance of the Person class |
NULL, but plots print to screen
data(EX)
plot_sleep_over_time(person = EX)