Learn R Programming

lifelogr (version 0.1.0)

plot_intraday_all: Plot all intraday variables.

Description

Plots all seven intraday variables using default settings.

Usage

plot_intraday_all(person, avg_to_get_typical_day = TRUE)

Arguments

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.

Value

NULL, plots print to screen

See Also

plot_i

Examples

Run this code
data(EX)
plot_intraday_all(EX)

Run the code above in your browser using DataLab