Rectangular Statistical Cartograms in R: The recmap Package
Abstract
Cartogram drawing is a technique for showing geography-related statistical information, such as demographic and epidemiological data. The idea is to distort a map by resizing its regions according to a statistical parameter by keeping the map recognizable. This article describes an R package implementing an algorithm called RecMap which approximates every map region by a rectangle where the area corresponds to the given statistical value (maintain zero cartographic error). The package implements the computationally intensive tasks in C++. This paper's contribution is that it demonstrates on real and synthetic maps how recmap can be used, how it is implemented and used with other statistical packages.
Cite
@article{arxiv.1606.00464,
title = {Rectangular Statistical Cartograms in R: The recmap Package},
author = {Christian Panse},
journal= {arXiv preprint arXiv:1606.00464},
year = {2018}
}
Comments
26 pages, 13 figures, two tables. Accepted at the Journal of Statistical Software (#2711). The source code is available on CRAN, see https://CRAN.R-project.org/package=recmap