Last data update: 2014.03.03

R: Calendar Heatmap
plotCalendarHeatmapR Documentation

Calendar Heatmap

Description

Create a plot mimicing a calendar with a heatmap of values

Usage

  plotCalendarHeatmap(dates, values)

Arguments

dates

a vector of date objects

values

a numeric vector with same length as dates

Examples

dates = timeSequence(from = '2012-01-01', to = '2012-12-31', by = 'day')
   plotCalendarHeatmap(as.Date(dates), 1:366)

Results