Learn R Programming

choroplethrMaps is an R package that contains 3 maps used by the choroplethr package. The maps are:

  • US States
  • US Counties
  • Countries of the world.

Documentation

Documentation for choroplethrMaps, including a free course, can be found here.

Copy Link

Version

Install

install.packages('choroplethrMaps')

Monthly Downloads

599

Version

1.0.1

License

BSD_3_clause + file LICENSE

Maintainer

Last Published

January 31st, 2017

Functions in choroplethrMaps (1.0.1)

county.map

Map of the counties of each of the 50 US states plus the district of columbia.
country.map

A world map
country.regions

Names of all regions on the country.map data.frame. A data.frame that includes both English names and their iso2c equivalents.
county.regions

A data.frame consisting of the name of each region in the map county.map as well as their FIPS codes and state names.
state.map

Map of the 50 US states plus the district of columbia.
state.regions

A data.frame consisting of each region on the map state.map plus their postal code abbreviations and FIPS codes.