原文:http://www.r-bloggers.com/displaying-spatial-sensor-data-from-arduino-with-r-on-google-maps/
作者处理经纬数据后,在用plotGoolgeMaps包前,用sp包处理了一下 Then I assign these two columns as coordinate for the file with the sp package and set the projection to WGS84.。但是没有写出代码。
所以我想请教一下sp包的使用方法。我感觉他好像是把一列经度和一列维度结合成了坐标?怎么用sp实现呢?