search for: deu_adm3

Displaying 1 result from an estimated 1 matches for "deu_adm3".

2010 Jan 21
0
sp package - How to join two or more polygons from a SpatialPolygonsDataFrames
...ons. Now I want to join some of the polygones. I cannot figure out how to do that? Any ideas? The code below produces a map of Germany and I need to join some counties. library(sp) library(RColorBrewer) # get spatial data for Germany on county level con <- url("http://gadm.org/data/rda/DEU_adm3.RData") print(load(con)) close(con) # plot Germany with random colors col = rainbow(length(levels(gadm$NAME_3))) spplot(gadm, "NAME_3", col.regions=col, main="German Regions", colorkey = FALSE, lwd=.4, col="white") ??????????????????????????????????????...