plot_sleep_all {lifelogr}R Documentation

Plot a series of six sleep graphs.

Description

Prints six plots: two are related to quantity of sleep, and four are related to quality of sleep 1. Sleep by day of week (bar graph) 2. Start and end of sleep period for each day in the range 3. Duration of sleep and time asleep over time 4. Proportion of time spent restless out of total sleep duration over time 5. Time spent restless over time (in minutes) 6. Sleep quality over time (subjective score, out of 100)

Usage

plot_sleep_all(person)

Arguments

person

An instance of the Person class

Value

NULL, but plot prints to screen

Examples

data(EX)
plot_sleep_all(person = EX)


[Package lifelogr version 0.1.0 Index]