plot_cal {lifelogr} | R Documentation |
Prints a line plot plotting calories burned over time. If calories consumed are in the dataset, it also plots calories consumed.
plot_cal(person)
person |
An instance of the Person class |
NULL, but plot printed to screen
data(EX)
plot_cal(EX)