Rdocumentation
powered by
Learn R Programming
tmap (version 0.7)
write_shape: Write shape file
Description
Write a shape object to an ESRI shape file.
Usage
write_shape(shp, file)
Arguments
shp
a shape object.
file
file name (including directory)
Details
This function is a convenient wrapper of writeOGR from the package rgdal.