Skip to content
Prev 6501 / 29559 Next

spplot without legend

On Tue, 22 Sep 2009, Tom Gottfried wrote:

            
library(sp)
data(meuse.grid)
gridded(meuse.grid)=~x+y
spplot(meuse.grid, "dist")
library(lattice)
?levelplot
spplot(meuse.grid, "dist", colorkey=FALSE)
http://r-spatial.sourceforge.net/gallery/#fig04.R
http://www.nceas.ucsb.edu/scicomp/GISSeminar/UseCases/MapProdWithRGraphics/OneMapProdWithRGraphics.html

are two examples - the function is for the placing of North arrows and 
similar items.

Roger