plot_daily {lifelogr} | R Documentation |
Prints one of six plots, each showing daily totals over time.
plot_daily(person, measure_var = "all", ...)
person |
An instance of the Person class |
measure_var |
Default is to print all six plots. Options include: "steps", "floors", "distance", "calories", "mins_very", "rest_hr", "all". |
... |
Extra arguments used to specify unit for the distance plot. |
NULL, but plots printed to screen
data(EX)
plot_daily(EX, "steps")
plot_daily(EX, "distance", "km")