Skip to content
Prev 5157 / 29559 Next

Point pattern analysis | Kernel estimation and Google Maps

2009/2/28 Michel Barbosa <cicaboo at gmail.com>:
I've read this about ten times to try and figure out what you want to do!

 Do you want to generate a grid in R and overlay it on Google Maps,
using the Google Maps API? And then is the problem because of the axes
and labels on the png produced from the R graphics device?

 In which case you are probably better off using one of the functions
in the rgdal package to create a georeferenced raster file - that has
no axes or titles etc.

Google Maps uses lat-long with the EPSG:4326 coordinate system, so if
your data is in lat-long with the EPSG:4326 coordinate system then you
don't need any transformation.

Barry