Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Rでシェイプからポリゴンに変換する方法は? ありましたshape2poly(shapefiles)が、この関数は削除されました。R でマップを処理するためのパッケージは、shapefilesまだありますか?maptoolsspdep
shape2poly(shapefiles)
shapefiles
maptools
spdep
さまざまなソース (ジオデータベース、kml など) からのデータを操作できるため、OGR を使用する傾向があります。
library(rgdal) mylayer <- readOGR(dsn="/path/to/folder/containing/shapefile", layer="shapefilename-minus-dot-shp")