Skip to content

Adding new "Polygons" to SpatialPolygons object

3 messages · milton ruser, Roger Bivand

#
On Thu, 12 Jun 2008, milton ruser wrote:

            
Almost there - just catenate the "polygons" slot with the new "Polygons" 
object(s):

my.pols.SpatPol.complete <- SpatialPolygons(c(slot(my.pols.SpatPol.partial,
   "polygons"), list(my.pol3.Sr)))

Roger