cartogram

Cartogram + choropleth map in R

跟風遠走 提交于 2019-11-27 19:19:13
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 shapefile polygons are distorted to represent relative population counts. I believe this is called a cartogram. They do this with a bunch of other variables. In the spirit of the Choropleth R Challenge , does anyone know how to do this using R? The cartogram package , available on CRAN, has the rubber sheet distortion-style cartogram you want. erasmortg This might work: You will need to pre-install

Cartogram + choropleth map in R

别等时光非礼了梦想. 提交于 2019-11-27 04:21:51
问题 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 shapefile polygons are distorted to represent relative population counts. I believe this is called a cartogram. They do this with a bunch of other variables. In the spirit of the Choropleth R Challenge, does anyone know how to do this using R? 回答1: The cartogram package, available on CRAN, has the