Error opening SHP file in R using maptools readShapePoly

后端 未结 7 1965
别那么骄傲
别那么骄傲 2021-01-01 16:53

I am new to R and was following the following tutorial on the ggplot2 package found here. However the readShapePoly() function throws an error whenever I try to load the bas

7条回答
  •  礼貌的吻别
    2021-01-01 17:16

    I had the same problem. I found out that basically you need three of those files: .shp, .shx and .dbf

提交回复
热议问题