Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. library(spdep)
  2. library(rgdal)
  3. data(house)
  4. house=house[which(house$s1995==1),]
  5. class(house)
  6. writeOGR(obj=house, dsn="test", layer="house", driver="ESRI Shapefile")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement