plot_steps {lifelogr} | R Documentation |
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
data(EX)
plot_steps(EX)
[Package lifelogr version 0.1.0 Index]