plotCalendarHeatmap: Calendar Heatmap

Description Usage Arguments Examples

Description

Create a plot mimicing a calendar with a heatmap of values

Usage

1
  plotCalendarHeatmap(dates, values)

Arguments

dates

a vector of date objects

values

a numeric vector with same length as dates

Examples

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

jeffwong/TimeProjection documentation built on May 19, 2019, 4:02 a.m.