get_cloudmademap accesses a tile server for Stamen Maps and
downloads/stiches map tiles/formats a map image. This function requires an
api key which can be obtained for free from
http://cloudmade.com/user/show (defunct?). Thousands of maptypes ("styles"),
including create-your-own options, are available from
http://maps.cloudmade.com/editor (defunct).
# in what follows, enter your own api keyapi_key <- '<your api key here>'
map <- get_cloudmademap(api_key = api_key)
ggmap(map)
map <- get_cloudmademap(maptype = 997, api_key = api_key)
ggmap(map)