Learn R Programming

googleVis (version 0.4.4)

gvisComboChart: Google Combo Chart with R

Description

A chart that lets you render each series as a different marker type from the following list: columns, lines, and area lines.

The gvisComboChart function reads a data.frame and creates text output referring to the Google Visualisation API, which can be included into a web page, or as a stand-alone page. The actual chart is rendered by the web browser using SVG or VML.

Usage

gvisComboChart(data, xvar = "", yvar = "", options = list(), chartid)

Arguments

data
a data.frame to be displayed as a columns, line and area chart.
xvar
name of the character column which contains the category labels for the x-axes.
yvar
a vector of column names of the numerical variables to be plotted. Each column is displayed as a separate column, line or area series.
options
list of configuration options for Google Combo Chart. [object Object] Further possible components are, taken from https://google-developers.appspot.com/chart/interactive/docs/gallery/combochart.html#Configuration_Options: [o