plot_daily_all {lifelogr} | R Documentation |
Prints six plots, each showing daily totals over time: 1. Steps 2. Floors 3. Distance: in the default unit, miles 4. Calories 5. Minutes 'very active' 6. Resting heart rate
plot_daily_all(person)
person |
An instance of the Person class |
NULL, but plots printed to screen
data(EX)
plot_daily_all(EX)