Learn R Programming

googleVis (version 0.4.4)

gvisGauge: Google Gauge with R

Description

The gvisGauge 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

gvisGauge(data, labelvar = "", numvar = "", options = list(), chartid)

Arguments

data
a data.frame to be displayed as a gauge
labelvar
name of the character column which contains the category labels for the slice labels.
numvar
a vector of column names of the numerical variables of the slice values.
options
list of configuration options for Google Gauge. [object Object] Further possible components are, taken from https://google-developers.appspot.com/chart/interactive/docs/gallery/gauge.html#Configuration_Options: [object Objec