## Please note that by default the googleVis plot command
## will open a browser window and requires Internet
## connection to display the visualisation.
G1 <- gvisGeoChart(Exports, locationvar='Country', numvar='Profit')
plot(G1)
## Plot only Europe
G2 <- gvisGeoChart(Exports, "Country", "Profit",
options=list(region="150"))
plot(G2)
Run the code above in your browser using DataLab