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 all census tracts in a given state
Download a map of requested zip codes
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...
Create a choropleth map using zip code level data
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, census tracts, and zip codes, world countries and sub-country regions (e.g., provinces, prefectures, etc.).