Create Color-Coded Choropleth Maps in R
Create a choropleth map using regional data at the sub-country level
The base Choropleth object.
Common Parameters
Create a choropleth map using country-level data
Create a US County choropleth from ACS data
Create a choropleth map using U.S. county level data:
Use tidycensus to obtain the data needed to create a choropleth map.
Download a map of first level administrative regions from naturalearth...
Get a handful of demographic variables on US Counties from the US Cens...
Get a handful of demographic variables on US States from the US Census...
Get a handful of demographic variables on Census Tracts in a State fro...
Download a map of all census tracts in a given state
Create a US State choropleth from ACS data
Create a choropleth map using U.S. state level data
Create a choropleth map using census tract level data for a given stat...
Easily create color-coded (choropleth) maps in R. No knowledge of cartography or shapefiles needed; go directly from your geographically identified data to a highly customizable map with a single line of code! Supported geographies: U.S. states, counties, and census tracts, world countries and sub-country regions (e.g., provinces, prefectures, etc.). One of the suggested packages, rnaturalearthhires, is not available on CRAN owing to its larger filesize (40MB). It can be installed from GitHub using remotes::install_github("https://github.com/ropensci/rnaturalearthhires"). This package contains higher resolution sub-country maps and is only needed for the choropleth_admin1() function.