R/mapReg.R

Defines functions mapReg

library(ggplot2)
library(sp)
library(rgdal)
mapReg <- function() {
  print("Azul, Morocco!")
  shapeData <- spTransform(readOGR(dsn="." ,layer = 'https://github.com/timmimohamed/test0/regions'), CRS("+proj=longlat +ellps=GRS80"))
  plot(shapeData)
}
timmimohamed/test0 documentation built on May 18, 2019, 3:40 a.m.