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.
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)