plot_steps {lifelogr} | R Documentation |
Prints a line plot plotting steps per day over time. The reference line refers to the user's target number of steps.
plot_steps(person)
person |
An instance of the Person class |
NULL, but plot printed to screen
data(EX)
plot_steps(EX)