plot_sleep_over_time {lifelogr} | R Documentation |
A function to plot sleep over time.
Description
Returns a line plot plotting sleep over time. Includes sleep duration and time asleep (in hours).
Usage
plot_sleep_over_time(person)
Arguments
person |
An instance of the Person class |
Value
NULL, but plots print to screen
Examples
data(EX)
plot_sleep_over_time(person = EX)
[Package lifelogr version 0.1.0 Index]