sp2shape: Convert an sp Package Object to an ESRI Shapefile
Description
This function creates an ESRI shapefile from an sp package object. The type
of shapefile, i.e., point, polyline, or polygon, is determined by the class of
the sp object, which must be either "SpatialPointsDataFrame",
"SpatialLinesDataFrame", or "SpatialPolygonsDataFrame".