plot_daily: Plot daily health totals.

Description Usage Arguments Value Examples

View source: R/viz_daily.R

Description

Prints one of six plots, each showing daily totals over time.

Usage

1
plot_daily(person, measure_var = "all", ...)

Arguments

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.

Value

NULL, but plots printed to screen

Examples

1
2
3
data(EX)
plot_daily(EX, "steps")
plot_daily(EX, "distance", "km")

lifelogr documentation built on May 2, 2019, 6:11 a.m.