Learn R Programming

⚠️There's a newer version (5.0.1) of this package.Take me there.

choroplethr (version 1.3.0)

Functions to simplify the creation of choropleths (thematic maps) in R.

Description

choroplethr simplifies the creation of choropleths in R. A choropleth is a thematic map where geographic regions such as states are colored according to some metric, such as which political party the state voted for. choroplethr supports three levels of geographic resolution and two types of scales. Common problems such as matching county data with map data, choosing and labeling discrete scales and creating a clean background are handled automatically. choroplethr provides native support for viewing data from the US Census's American Community Survey (ACS).

Copy Link

Version

Install

install.packages('choroplethr')

Monthly Downloads

2,114

Version

1.3.0

License

BSD_3_clause + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Ari Lamstein

Last Published

March 15th, 2014

Functions in choroplethr (1.3.0)

choroplethr

Create a choropleth
render_choropleth

Render a choropleth
choroplethr_acs

Create a choropleth from ACS data.
bind_df_to_map

Bind a data.frame to a map
get_acs_df

Returns a data.frame representing American Community Survey estimates.
get_acs_column_names

Returns the column names of an ACS table.