plot_distance {lifelogr} | R Documentation |
Prints a line plot plotting distance in miles or kilometers per day over time.
plot_distance(person, unit = "mi")
person |
An instance of the Person class |
unit |
a unit of distance, 'mi' or 'km'. The default value is 'mi' |
NULL, but plot printed to screen
data(EX)
plot_distance(EX)
plot_distance(EX, "mi")
plot_distance(EX, "km")