Learn R Programming

lifelogr (version 0.1.0)

plot_sleep_quality: A function to plot sleep quality over time.

Description

Returns a line plot plotting sleep quality over time. Sleep quality is a subjective score given by Fitbit

Usage

plot_sleep_quality(person)

Arguments

person
An instance of the Person class

Value

NULL, but plots print to screen

Examples

Run this code
data(EX)
plot_sleep_quality(person = EX)

Run the code above in your browser using DataLab