plot_intraday_all {lifelogr}R Documentation

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

data(EX)
plot_intraday_all(EX)

[Package lifelogr version 0.1.0 Index]