Guest User

Untitled

a guest
Nov 19th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. US_counties <- shapefile("~/us_county_shp_files/tl_2017_us_county.shp")
  2. carribbean <- shapefile("~/pol6bg/pol6bg.shp")
  3.  
  4. rbind(US_counties, carribbean, makeUniqueIDs = TRUE)
  5.  
  6. union(US_counties, carribbean)
Add Comment
Please, Sign In to add comment