Skip to content

Instantly share code, notes, and snippets.

@fawda123
Last active May 15, 2018 18:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fawda123/e3f1d19471652194e29f519b42b054f8 to your computer and use it in GitHub Desktop.
Save fawda123/e3f1d19471652194e29f519b42b054f8 to your computer and use it in GitHub Desktop.
---
title: "Basic mapping"
author: "Turbo Todd"
output: html_document
---
This lessons covers base graphics, ggplot, and other R packags for mapping spatial data.
```{r}
library(maps)
library(sf)
library(raster)
library(tmap)
library(micromap)
library(ggrepel)
library(ggmap)
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment