plot_sleep_restless_min {lifelogr}R Documentation

A function to plot the minutes of restless sleep over time.

Description

Returns a line plot plotting the length of restless sleep over time (in minutes).

Usage

plot_sleep_restless_min(person)

Arguments

person

An instance of the Person class

Value

NULL, but plots print to screen

Examples

data(EX)
plot_sleep_restless_min(person = EX)


[Package lifelogr version 0.1.0 Index]