Description Usage Arguments Value Examples
Prints one of six plots, each showing daily totals over time.
1 | 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
1 2 3 | data(EX)
plot_daily(EX, "steps")
plot_daily(EX, "distance", "km")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.