Compute the Rectangular Statistical Cartogram
Convert a SpatialPolygonsDataFrame Object to recmap Object
Convert a recmap Object to SpatialPolygonsDataFrame Object.
Create a Checkboard
this function reproduces the original election cartogram from 2004 usi...
construct polygon mesh displayed in Figure 4a in
Is an Object from a Class recmap?
Plot a recmap object.
Compute a Rectangular Statistical Cartogram
Genetic Algorithm Wrapper Function for recmap
Greedy Randomized Adaptive Search Procedure Wrapper Function for recma...
Summary for recmap object
Implements the RecMap MP2 construction heuristic <doi:10.1109/INFVIS.2004.57>. This algorithm draws maps according to a given statistical value, e.g., election results, population, or epidemiological data. The basic idea of the RecMap algorithm is that each map region, e.g., different countries, is represented by a rectangle. The area of each rectangle represents the statistical value given as input (maintain zero cartographic error). C++ is used to implement the computationally intensive tasks. The vignette included in this package provides documentation about the usage of the recmap algorithm.