generate_calendar_heatmap | R Documentation |
Generate a calendar heatmap
generate_calendar_heatmap(df, datecol, date_max = Sys.Date(), date_min = NULL)
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) |
This function returns a ggplot object which contains a calendar heatmap.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.