plot_intraday_all {lifelogr} | R Documentation |
Plots all seven intraday variables using default settings.
plot_intraday_all(person, avg_to_get_typical_day = TRUE)
person |
An instance of the Person class. |
avg_to_get_typical_day |
Logical vector of length 1. If TRUE, plot gives an aggregate of the variable over the course of a typical day. If FALSE, plot gives the variable at every interval over the range specified when the Person object was instantiated. |
NULL, plots print to screen
data(EX)
plot_intraday_all(EX)