gvisTimeline: Google Timeline Chart with R
googleChartName <- "timeline"
gvisChartName <- "gvisTimeline"
Usage
gvisTimeline(data, rowlabel = "", barlabel = "", start = "", end = "",
options = list(), chartid)
Arguments
data
data.frame that contains the data to be
visualised
rowlabel
a string that referes to the column name
in data for the row labels to be used
barlabel
a string that referes to the column name
in data for the bar labels to be used
start
number, date or datetime for the start
dates
end
number, date or datetime for the end dates
options
list of configuration options. The options
are documented in detail by Google online:
[results=rd]{gsub("CHARTNAME", googleChartName,
readLines(file.path(".", "inst", "mansections",
"GoogleChartToolsURLConfigOptions.txt")))} [resu