Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 685 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 685 Bytes

choroplethrMaps

Master: Build Status

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.

Installation

To install the latest stable release type the following from an R console:

install.packages("choroplethrMaps")

To install the development version use the devtools package:

# install.packages("devtools")
library(devtools)
install_github("choroplethrMaps", "trulia")
library(choroplethrMaps)