我有一个4000个多边形的shapefile。
这些多边形在其shape @ polygons插槽中都有一个ID。
此ID与行ID不同。例如,第4行中的多边形的ID为15213。
我想根据shapefile中的多边形ID删除某些多边形。
可能吗?
我尝试使用以下内容:
newdata<-subset( shape@polygons, id != 15213)
我收到此错误:
Error in id != 11243 :
comparison (2) is possible only for atomic and list types