Learn R Programming

googleVis (version 0.5.2)

gvisCalendar: Google Calendar Chart with R googleChartName <- "Calendar" gvisChartName <- "gvisCalendar"

Usage

gvisCalendar(data, datevar = "", numvar = "", options = list(), chartid)

Arguments

data
a data.frame. The data has to have at least two columns, one with date information (datevar) and one numerical variable.
datevar
column name of data which shows the date dimension. The information has to be of class Date or POSIX* time series.
numvar
column name of data which shows the values to be displayed against datevar. The information has to be numeric.
options
list of configuration options, see: [results=rd]{gsub("CHARTNAME", googleChartName, readLines(file.path(".", "inst", "mansections", "GoogleChartToolsURLConfigOptions.txt")))}

[results=rd]{paste(readLines(file.path(".", "inst", "ma