GADM-Maps cross-country comparison graphics
问题 Maybe due to the fact I'm relatively new to R, I have problems using the gadm-Mapfiles on http://www.gadm.org/. I try to draw a map with several countries and compare them to each other (using different colors). This is what I do library('sp') ## load(url('http://biogeo.ucdavis.edu/data/gadm2/R/ARG_adm0.RData')) # loads an Object "gadm" with shape of Argentinia arg <- gadm # is there a more convenient way to do this in one line? load(url('http://biogeo.ucdavis.edu/data/gadm2/R/CHL_adm0.RData'