Skip to content
Prev 5654 / 29559 Next

spplot: no boundary lines for polygons

I have a complex shape file imported to R via rgdal
as a SPolDF. I want to display continuous attributes
with a color key but the black boundaries
of the polygons, which are small in general, introduce
"too much black" in the plot and the spatial variation
of the attribute is not correctly displayed.

What I do is
spplot(MMAMBCGUcombi["DIFPW"])

(BTW, where is the code for fig. 3.6 in the book? Perhaps I should be
using plot() instead of spplot(), but cannot find how to select
the actual atribute in the SPolDF in plot())

Is there any way of not plotting the boundaries of the polygons?

Thanks

Agus