generate_calendar_heatmap: Generate a calendar heatmap

View source: R/heatmaps.R

generate_calendar_heatmapR Documentation

Generate a calendar heatmap

Description

Generate a calendar heatmap

Usage

generate_calendar_heatmap(df, datecol, date_max = Sys.Date(), date_min = NULL)

Arguments

df

Data frame to use for the plot

datecol

Column name in data frame 'df' that contains dates

date_max

End date of the plot (optional)

date_min

Start date of the plot (optional)

Value

This function returns a ggplot object which contains a calendar heatmap.


Thaliehln/timci documentation built on April 8, 2024, 3:38 p.m.