Skip to content
Prev 7972 / 29559 Next

Adding labels to map with either spplot or maptools (or anything else suggested)

Try

spplot(gadm,zcol=1,panel=function(...){
sp.polygons(gadm)
sp.text(coordinates(gadm),regionnames,cex=0.6)
},colorkey=F)


Weidong Gu, PhD

University of Alabama, Birmingham