choroplethr3.7.3 package

Simplify the Creation of Choropleth Maps in R

admin1_choropleth

Create an admin1-level choropleth for a specified country

admin1_region_choropleth

Create a map of Administrative Level 1 regions

Admin1Choropleth

An R6 object for creating Administration Level 1 choropleths.

Admin1RegionChoropleth

An R6 object for creating Administration Level 1 choropleths based on ...

calculate_percent_change

Calculate the percentage change between two choroplethr dataframes.

Choropleth

The base Choropleth object.

choroplethr_animate

Animate a list of choropleths

choroplethr_wdi

Create a country-level choropleth using data from the World Bank's Wor...

country_choropleth

Create a country-level choropleth

CountryChoropleth

An R6 object for creating country-level choropleths.

county_choropleth

Create a choropleth of US Counties

county_choropleth_acs

Create a US County choropleth from ACS data

CountyChoropleth

Create a county-level choropleth

CountyZoomChoropleth

Create a county-level choropleth that zooms on counties, not states.

double_map

Place two maps side by side

filter_to_voting_congressional_districts

Remove non-voting Congressional Districts from a data.frame

get_acs_data

Returns a list representing American Community Survey (ACS) estimates

get_congressional_district_demographics

Get a handful of demographic variables on US Congressional Districts f...

get_county_demographics

Get a handful of demographic variables on US Counties from the US Cens...

get_state_demographics

Get a handful of demographic variables on US States from the US Census...

get_tract_demographics

Get a handful of demographic variables on Census Tracts in a State fro...

get_tract_map

Get a map of tracts in a state, as a data.frame

state_choropleth

Create a choropleth of US States

state_choropleth_acs

Create a US State choropleth from ACS data

StateChoropleth

Create a state-level choropleth

tract_choropleth

Create a choropleth of Census Tracts in a particular state.

TractChoropleth

An R6 object for creating choropleths of Census Tracts.

USAChoropleth

Normal choropleth that draws Alaska and Hawaii as insets. In addition ...

visualize_df_by_race_ethnicity_party

Create box plots to visualize race and ethnicity by party

Choropleths are thematic maps where geographic regions, such as states, are colored according to some metric, such as the number of people who live in that state. This package simplifies this process by 1. Providing ready-made functions for creating choropleths of common maps. 2. Providing data and API connections to interesting data sources for making choropleths. 3. Providing a framework for creating choropleths from arbitrary shapefiles. 4. Overlaying those maps over reference maps from Google Maps.

  • Maintainer: Ari Lamstein
  • License: BSD_3_clause + file LICENSE
  • Last published: 2024-03-02