I am using googlevis package to plot a geographic map. The output I get is HTML. Is it possible to generate jpg or png output?
Asked
Active
Viewed 420 times
1
-
4If you're using Google Maps this is against the Terms of Service (which do not allow creating a derivative work). The correct way getting a jpeg or PNG image is via the Static Maps API. – Andrew Leach May 16 '12 at 06:57
-
thank you Andrew i will try google static map – Sunny Sunny May 16 '12 at 07:00
-
As a terrible hack you could make a screenshot... – Paul Hiemstra May 16 '12 at 08:27
2 Answers
1
Following Andrew tip I suggest to take a look at the RgoogleMaps package. It seems to provide what you are looking for.

Paolo
- 2,795
- 1
- 20
- 23