Created
April 13, 2018 18:14
-
-
Save Robinlovelace/23883befe8f1ab263fc4db67a7f6dcc1 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
# 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