readOGR() cannot open file

后端 未结 6 920
臣服心动
臣服心动 2020-12-08 00:50
wmap <- readOGR(dsn=\"~/R/funwithR/data/ne_110m_land\", layer=\"ne_110m_land\")

This code is not loading the shape file and error is generated a

6条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-08 01:30

    the syntax: library(raster) s <- shapefile("~/R/funwithR/data/ne_110m_land/ne_110m_land.shp") worked perfectly! todah rabah!

提交回复
热议问题