powered by
Draw a gadm_sf or gadm_sp object with ggplot2
gadm_plot(x, title="") plotmap(x, title="") # deprecated
plotmap(x, title="") # deprecated
Object gadm_sf or gadm_sp
String - Title of the plot. Default is an empty string
Object ggplot2
# NOT RUN { library(GADMTools) data("Corsica") gadm_plot(Corsica) # }
Run the code above in your browser using DataLab