Displaying 1 result from an estimated 1 matches for "boxt".
Did you mean:
boot
2011 Jun 07
1
RgoogleMaps Axes
...e(list(LAT =c(37.875,37.925,37.775,37.875,37.875),
? ? ? ? ? ? ? ? ? ?LON =c(-122.225,-122.225,-122.075,-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 r...