0
중 첨자는 항상 Google지도 플롯에 점을 추가 PlotOnStaticMap
명령을 사용하지만, 한이 코드 나는했습니다
RangeVenetoLon<-c(10.58, 13.13)
RangeVenetoLat<-c(44.75, 46.71)
MapVeneto<-GetMap.bbox(lonR=RangeVenetoLon, latR=RangeVenetoLat, size = c(640,640),MINIMUMSIZE=T)
PlotOnStaticMap(MapVeneto,lon=xVeneto,lat=yVeneto, FUN = points, pch=16,col="blue")
와 찾았습니다
Error in points$Tile[, "X"] : subscript out of bounds
어디에서 문제가 있습니까?
'xVeneto' 및'yVeneto' 개체를 제공하십시오. – nicola
여기에 Dropbox 공개 링크가 있습니다. https://dl.dropboxusercontent.com/u/47720440/Stackoverflow.RData – Darko