plot_cal {lifelogr} | R Documentation |
Plot calories over time.
Description
Prints a line plot plotting calories burned over time. If calories consumed are in the dataset, it also plots calories consumed.
Usage
plot_cal(person)
Arguments
person |
An instance of the Person class |
Value
NULL, but plot printed to screen
Examples
data(EX)
plot_cal(EX)
[Package lifelogr version 0.1.0 Index]