1

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?

Paul Hiemstra
  • 59,984
  • 12
  • 142
  • 149
Sunny Sunny
  • 3,204
  • 4
  • 25
  • 26

2 Answers2

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
1

You could also try the osmar package which uses the data from OpenStreetMap.

ahs85
  • 1,927
  • 2
  • 13
  • 11