cartography: Cartography Package
Description
The cartography package proposes thematic mapping functions.
It allows various cartographic representation:
- Chroropleth maps (main discretization methods are availables)
choroLayer
- Typology maps
typoLayer
- Flow maps (proportional and classified links)
getLinkLayer, propLinkLayer, gradLinkLayer
- Discontinuities maps (variable size and color of borders)
getBorders, discLayer
- ...
itemize
- Cartographic palettes (palettes adapted to cartographic representation)
carto.pal
item
- Layout (scale, north arrow, title...)
layoutLayer
- Labels
labelLayer
- Nice legends
legendBarsSymbols,
legendChoro, legendCirclesSymbols, legendGradLines,
legendPropLines, legendPropTriangles,
legendSquaresSymbols, legendTypo
- Access to cartographic API (via OpenStreetMap package)
getTiles, tilesLayer
- Irregular polygons to regular grid transformation with data handling
getGridLayer, getGridData
- ...
cr
Functions ending with "Layer" plot cartographic layers.
Functions starting with "legend" plot legends.
The vignette contains commented scripts on how to build various types of maps
with cartography
:
vignette(topic = "cartography")