write.boundary.shp {prevR}R Documentation

Exporter les frontières au format shape.

Description

Exporte un polygone fermé, défini dans un data.frame à deux colonnes, au format shape.

Usage

write.boundary.shp(boundary, file, country = file)

Arguments

boundary data.frame. Typiquement un résultat de make.boundary.dcw.
file character. Nom du fichier à créer.
country character. Nom de la zone. Par défaut, prend le nom du fichier.

Note

Ce type de fichier peut être facilement importé dans un logiciel de cartographie.

See Also

writePolyShape.

Examples

## Not run: 
data(alicante)
write.boundary.shp(alicante.bounds,'alicante-bounds','alicante')
## End(Not run)

[Package prevR version 1.11 Index]