Learn R Programming

lifelogr (version 0.1.0)

plot_steps: Plot steps per day over time.

Description

Prints a line plot plotting steps per day over time. The reference line refers to the user's target number of steps.

Usage

plot_steps(person)

Arguments

person
An instance of the Person class

Value

NULL, but plot printed to screen

Examples

Run this code
data(EX)
plot_steps(EX)

Run the code above in your browser using DataLab