trulia / choroplethrMaps

Maps for the R package choroplethr

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

Maps for the R package choroplethr

License:Other


Languages

Language:R 100.0%