English

Rectangular Statistical Cartograms in R: The recmap Package

Computation 2018-08-30 v2

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.

Keywords

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

R2 v1 2026-06-22T14:15:24.563Z