Examples for 'RgoogleMaps::bubbleMap'


Create a bubble plot of spatial data on Google Maps

Aliases: bubbleMap

Keywords:

### ** Examples






if (0) {


  data(lat.lon.meuse, package="loa", envir = environment())





  map <- GetMap(center=c(lat=50.97494,lon=5.743606), zoom=13,


         size=c(480,480),destfile = file.path(tempdir(),"meuse.png"),


          maptype="mobile", SCALE = 1);





  par(cex=1.5)


  bubbleMap(lat.lon.meuse, coords = c("longitude","latitude"), map=map,


        zcol='zinc', key.entries = 100+ 100 * 2^(0:4));


}

[Package RgoogleMaps version 1.4.5.3 Index]