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
| library(rgdal) | |
| library(ggplot2) | |
| library(dplyr) | |
| # clone NepalMaps from https://github.com/anjesh/NepalMaps | |
| # read shapefile | |
| nepal.adm3.shp <- readOGR(dsn="./NepalMaps/baselayers/NPL_adm", layer="NPL_adm3", stringsAsFactors = FALSE) | |
| # fortify shapefile data to data frame |
NewerOlder