Learn R Programming

rCarto (version 0.8)

commune: Shapefile of Communes of the Martinique Island

Description

Shapefile of communes of the Martinique island (France). This shapefile is a GEOFLA extract.

Arguments

Format

A shapefile with 34 observations on 18 variables.
ID_GEOFLA
identifier of the polygons
CODE_COMM
other identifier of the polygons
INSEE_COM
identifier of the polygons to be used in examples
NOM_COMM
names of the communes
...
not used

Source

http://professionnels.ign.fr/geofla#tab-3 Original data can be retreived here (page reached on 2012-11-19) : http://professionnels.ign.fr/sites/default/files/GEOFLA_1-1_SHP_UTM20W84_MQ-ED111.tar.gz

See Also

rCarto-package
rCarto package
mapCircles
proportional circles
mapCirclesChoro
proportional circles colored by a discretized quantitative variable
mapCirclesTypo
proportional circles colored by the modalities of a qualitative variable
mapChoropleth
choropleth
mapChoroTypo
typology
mtq
data
commune
shapefile

Examples

Run this code
## to read the shapefile in R
shpMtq<-readShapeSpatial(file.path(path.package("rCarto"), "shapes/COMMUNE"))

Run the code above in your browser using DataLab