[R-sig-Geo] unable to customize a plot produced from a shapefile

Manuel Schneider manuel.schneider at art.admin.ch
Mon Feb 13 11:23:31 CET 2012


Try
plot(1, t="n", xlim=c(bbox(testS)[1,1], bbox(testS)[1,2]), ylim=c(30,50))
plot(testS, add=T)

Abw
Manuel



More information about the R-sig-Geo mailing list