plot_daily_all {lifelogr}R Documentation

Plot a series of six graphs.

Description

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

Usage

plot_daily_all(person)

Arguments

person

An instance of the Person class

Value

NULL, but plots printed to screen

Examples

data(EX)
plot_daily_all(EX)


[Package lifelogr version 0.1.0 Index]