Skip to content
Prev 16097 / 29559 Next

How does col.regions work in spplot?

Dear Ken,

if I understand correctly, you want to create a plot without highlight 
borders. This can be achieved by setting col="transparent".
using your example, try:
spplot(nc, zcol = "rand_data", col.regions = heat.colors(100), 
col="transparent", colorkey = T)

I don't know how to set the colours of the borders individually, but I 
think the solution above produces a plot looking like you wanted it.

Cheers,
Mathias