plot_mins_very {lifelogr} | R Documentation |
Plot minutes 'very active' over time.
Description
Prints a line plot plotting minutes 'very active' per day over time. 'Very active' is a subjective term defined by fitbit.
Usage
plot_mins_very(person)
Arguments
person |
An instance of the Person class |
Value
NULL, but plot printed to screen
Examples
data(EX)
plot_mins_very(EX)
[Package lifelogr version 0.1.0 Index]