generate_calendar_heatmap2 | R Documentation |
Generate a calendar heatmap
generate_calendar_heatmap2(
df,
datecol,
legendtitle = "Values",
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 |
legendtitle |
Legend title (optional). |
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.