尝试在R中使用此代码,并使用软件包RgoogleMaps
R版本:2.14.2
RgoogleMaps版本:1.1.9.15
我需要使用这些旧版本,这里是代码(适用于最新版本)
PlotOnStaticMap(Map,lon=x,lat=y, FUN = points, pch=16, col=Colors)
但是对于这些旧版本,我发现了以下错误消息:
List of 8
$ lat.center: num 45.6
$ lon.center: num 12.4
$ zoom : num 9
$ myTile : 'nativeRaster' int [1:640, 1:640] -1906967 -1906967 -1906967 -1446673 -1183245 -1183245 -1183245 -1183245 -1445905 -2235674 ...
..- attr(*, "channels")= int 4
$ BBOX :List of 2
..$ ll: num [1, 1:2] 45 11.5
.. ..- attr(*, "dimnames")=List of 2
.. .. ..$ : chr "Y"
.. .. ..$ : chr [1:2] "lat" "lon"
..$ ur: num [1, 1:2] 46.2 13.3
.. ..- attr(*, "dimnames")=List of 2
.. .. ..$ : chr "Y"
.. .. ..$ : chr [1:2] "lat" "lon"
$ url : chr "google"
$ size : int [1:2] 640 640
$ SCALE : num 1
NULL
[1] -148.7783 210.1525
[1] -131.7210 127.5206
Errore in plot.xy(xy.coords(x, y), type = type, ...) :
plot.new hasn't been called yet
问题是什么?
答案 0 :(得分:0)
错误发生在Map
。它是使用最新版本的软件包下载的,最旧版本没有识别它