Description Usage Arguments Examples
Create a plot mimicing a calendar with a heatmap of values
1 | plotCalendarHeatmap(dates, values)
|
dates |
a vector of date objects |
values |
a numeric vector with same length as dates |
1 2 | dates = timeSequence(from = '2012-01-01', to = '2012-12-31', by = 'day')
plotCalendarHeatmap(as.Date(dates), 1:366)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.