Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 625 Bytes

File metadata and controls

10 lines (8 loc) · 625 Bytes

Maptime: Mapping with R

A brief introduction to mapping in R created for Maptime Boston's 9/16/2015 meeting.

To follow along with the presentation you will need several prerequisites:

  • R - install the latest version for your platform from https://cran.rstudio.com/
  • RStudio Desktop Open Source edition - install from https://www.rstudio.com/products/RStudio/
  • The R packages leaflet and rgdal - launch RStudio and run the command
    install.packages(c('leaflet', 'rgdal')) in the Console window
  • Code and data from this repository - download or clone to your computer