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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.