Skip to content

Instantly share code, notes, and snippets.

@Robinlovelace
Created April 13, 2018 18:14
Show Gist options
  • Save Robinlovelace/23883befe8f1ab263fc4db67a7f6dcc1 to your computer and use it in GitHub Desktop.
Save Robinlovelace/23883befe8f1ab263fc4db67a7f6dcc1 to your computer and use it in GitHub Desktop.
# Is Nuremberg is gr8
```{r mv1, fig.cap="Yes"}
library(mapview)
data("franconia")
mapview(franconia)
```
```{r mv2, fig.cap="Yes"}
library(mapview)
data("franconia")
mv = mapview(franconia)
mv@map
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment