plot_floors {lifelogr}R Documentation

Plot number of floors per day over time.

Description

Prints a line plot plotting number of floors per day over time.

Usage

plot_floors(person)

Arguments

person

An instance of the Person class

Value

NULL, but plot printed to screen

Examples

data(EX)
plot_floors(EX)

[Package lifelogr version 0.1.0 Index]