http://web1.sph.emory.edu/users/lwaller/ch9index.htm
我收到了.shp和.dbf文件的错误
library(maptools)scot_mp< - readShapeSpatial('C:/ Documents and Settings / Admin / Desktop / scotlip / lip cancer / New Scot / scot.shp')
read.dbf(filen1)出错:无法打开DBF文件
抱歉先生,我得到这个错误,你能帮助我吗,我复制了与scot.shp,scot.dbf,scot.shx相同的文件夹,但我仍然得到这个错误
scot_mp< - readShapeSpatial('C:/ Documents and Settings / Admin / Desktop / scotlip / lip cancer / new scot1 / scot.shp') getinfo.shape(fn)出错:打开SHP文件时出错
答案 0 :(得分:1)
如果您的DBF文件以.dbf
扩展名命名,请尝试将其重命名为.DBF
。换句话说,将扩展名称大写。