Last active
May 15, 2018 18:53
-
-
Save fawda123/e3f1d19471652194e29f519b42b054f8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
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