Skip to content
Prev 5552 / 29559 Next

creating polygons

On Tue, 21 Apr 2009, Alina Sheyman wrote:

            
OK, that wasn't too clear before. Look at unionSpatialPolygons() in 
maptools - it will take a vector of districts matching all your zip codes, 
and join together the geometries belonging to each district, dropping 
internal boundaries. The district IDs become the Polygons object IDs. 
There is no data frame in the object, because it isn't obvious how you 
might want to aggregate it.

Hope this helps,

Roger