Skip to content
Prev 6502 / 29559 Next

spplot without legend

Thanks for the hint for the "colorkey" argument!

Is there an equivalent for point data?
I tried

data(meuse.grid)
coordinates(meuse.grid) <- ~x+y
?xyplot
spplot(meuse.grid, "dist", auto.key=TRUE)
spplot(meuse.grid, "dist", auto.key=FALSE)

with no effect.

Thanks,
Tom

Roger Bivand schrieb: