plotTime: Plot workout counts over time

Description Usage Arguments Value Examples

Description

This function plots workouts for different timespans. You can set the timespan as four different options; 'Year', 'Month', 'Week' and 'WeekdayName'. In weekdayview, days will start on Monday.

Usage

1
plotTime(df, timespan = "Week")

Arguments

df

A dataframe

timespan

one of 'Year', 'Month', 'Week' and 'WeekdayName'.

Value

ggplot object

Examples

1
2
df <- simData(25, 1)
plotTime(df)

MarijnJABoer/HeavySetR documentation built on May 22, 2019, 5:31 p.m.