Learn R Programming

googleVis (version 0.4.4)

Exports: Exports: googleVis example data set

Description

Example data set to illustrate the use of the googleVis package.

Usage

data(Exports)

Arguments

Examples

Run this code
data(Exports)
Exports
G <- gvisGeoMap(Exports, locationvar='Country',  numvar='Profit',
		options=list(height=350, dataMode='regions'))
plot(G)

Run the code above in your browser using DataLab