plot_sleep_weekday {lifelogr} | R Documentation |
Returns a bar graph plotting sleep by day of week (Sunday, Monday, ...).
plot_sleep_weekday(person)
person |
An instance of the Person class |
NULL, but plots print to screen
data(EX)
plot_sleep_weekday(person = EX)