package for writing shapefiles from SpatialPolygons?
It is included in the maptools package now - the writePolyShape() function is the one you are looking for. If you also need to write a *.prj, use
Ah, thanks. But how do I convert an "SpatialPolygons" object, or even the @polygons list to a "polylist"? Sorry . . . an example? Cheers, Mike.