Exports: Exports: googleVis example data set

Description Usage Format Examples

Description

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

Usage

1

Format

A data frame with 10 observations on the following 3 variables.

Country

a factor with levels Brazil, Germany ...

Profit

a numeric vector

Online

a logical vector

Examples

1
2
3
4
5
6
7
8
data(Exports)
Exports
G <- gvisGeoMap(Exports, locationvar='Country',  numvar='Profit',
		options=list(height=350, dataMode='regions'))
## Not run: 
plot(G)

## End(Not run)

kleanthisk10/google-motion-charts-with-r documentation built on May 20, 2019, 12:32 p.m.