powered by
Save a stripped ( with stripSP() ) GADM object for later use it with ggplot2.
gadm_saveStripped(x,fname, basefile = './')
Object gadm_sp with stripped property == TRUE
String file name of a region. You don't have to specify the suffix (admX) nor the file extension (.rds).
Character vector the path of the directory where shapefiles are stored. Default is "./"
Boolean TRUE
----
# NOT RUN { # library(GADMTools) # library(sp) # BE <- gadm_loadCountries('BEL', level=2) # S_BE <- stripSP(BE) # gadm_saveStripped(S_BE, "BEL") # }
Run the code above in your browser using DataLab