calendarHeat: An R function to display time-series data as a calendar...

Description Usage Arguments Author(s)

View source: R/calendarHeat.R

Description

This graphic originally appeared here. This function is included with the makeR package to support the R-Bloggers demo. See demo('makeR') for more information.

Usage

1
2
  calendarHeat(dates, values, ncolors = 99, color = "r2g",
    varname = "Values", date.form = "%Y-%m-%d", ...)

Arguments

dates

vector of Dates

values

vector of values

ncolors

number of colors to use

color

the color scheme to use. Currently supports r2b, (red to blue), r2g (red to green), and w2b (white to blue).

varname

varaible names

date.form

the format of the Date column

...

other non-specified parameters

Author(s)

Paul Bleicher


jbryer/makeR documentation built on May 18, 2019, 7:02 p.m.