Learn R Programming

lifelogr (version 0.1.0)

plot_daily_all: 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

Run this code
data(EX)
plot_daily_all(EX)

Run the code above in your browser using DataLab