Displaying 1 result from an estimated 1 matches for "arvin12map".
2011 Jun 07
1
RgoogleMaps Axes
...122.075,-122.025)),
? ? ? ? ? ? ? ? ? ?.Names=c("LAT","LON"),class="data.frame",
? ? ? ? ? ? ? ? ? ?row.names =c(1418L,1419L,1536L,1538L,1578L))
# Get bounding box.
boxt <-qbbox(lat =datas$LAT,lon =datas$LON)
MyMap<-GetMap.bbox(boxt$lonR,boxt$latR,destfile ="Arvin12Map.png",
maptype ="mobile")
PlotOnStaticMap(MyMap,lat =datas$LAT,lon =datas$LON,
? ? ? ? ? ? ? ? axes =TRUE,mar =rep(4,4))
When I run this on my computer the horizontal axis ranges from 300W to 60E, but the ticks in between aren't linearly spaced (300W, 200W, 100W, 0, 100E, 160W, 6...