progress_plot: Plots the calories burned or heartrate of user's runs over...

Description Usage Arguments Value Examples

Description

Plots the calories burned or heartrate of user's runs over time

Usage

1
progress_plot(name, type = "calories")

Arguments

name

Name of run log in character vector format. Must be spelled the same way as the logged values in order to access running log

type

Type of plot expressed as a character vector. Either 'calories' or 'heartrate' as a function of time are measured. Defualt set is 'calories.

Value

Returns a plot of type vs. time to give an understanding of progress over time.

Examples

1
progress_plot("John", type="heartrate")

armaanshah96/runner documentation built on May 10, 2019, 1:39 p.m.