cartogram Questions

5

Solved

In case somebody doesn't know: A cartogram is a type of map where some country/region-dependent numeric property scales the respective regions so that that property's density is (close to) constant...
Hom asked 18/11, 2010 at 16:41

2

I've been using ggplot2 lately to create a bunch of choropleths. I was wondering if it was possible to use ggplot2 to create a map similar to this (from WorldMapper): It's a choropleth where the...
Dolliedolloff asked 16/2, 2012 at 21:48

0

I am trying to use the Rcartogram package. After following the instructions in the answer by Geoff, I received an error that I can't resolve: C:\R\R-3.2.3\library\Rcartogram>R CMD INSTALL --deb...
Sandler asked 28/12, 2015 at 10:7

1

I'm trying to do the same thing asked in this question, Cartogram + choropleth map in R, but starting from a SpatialPolygonsDataFrame and hoping to end up with the same type of object. I could sav...
Boaten asked 24/8, 2013 at 14:28

1

Solved

I'm trying to create a map in R that conveys both the shape of underlying geometry (i.e., the physical boundaries) and the relative importance of the object in terms of an associated value. For con...
Castile asked 4/9, 2015 at 20:36

2

Solved

I am trying to build a cartogram like here Installation from the link does not work: `install.packages('Rcartogram', repos = 'http://www.omegahat.org/R', type = 'source')` Installing package into...
Tartan asked 24/7, 2015 at 14:26

2

Solved

What algorithm can I use to produce a weighted-cartogram such as the one below: ? I can generate a shapefile plot using code from R, .NET libraries and also using PostGIS. However I can't find the...
Franklinfranklinite asked 17/4, 2014 at 10:24
1

© 2022 - 2024 — McMap. All rights reserved.