calendar_heatmap | R Documentation |
Creates a colour coded calendar visualising time series data
calendar_heatmap(dates, values, title = "", subtitle = "", legendtitle = "")
dates |
A vector containing the dates in 'Date' format. |
values |
A vector containing the corresponding values as numeric. |
title |
Main plot title (optional). |
subtitle |
Main plot subtitle (optional). |
legendtitle |
Legend title (optional). |
ggplot object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.