我可以使用r中的光栅包打开栅格并绘制它。但不确定如何显示GRID文件的属性表中所有列的名称。这是我的代码:
library(raster)
library(rasterVis)
r <- raster(path_to_raster)
plot(r)
注意:GRID文件是ArcGIS原生的文件格式,但栅格包可以处理它。 网址:http://resources.arcgis.com/en/help/main/10.1/index.html#/Esri_Grid_format/009t0000000w000000/