[R-sig-Geo] scale bar on spplot

Edzer Pebesma edzer.pebesma at uni-muenster.de
Mon Jun 21 14:53:10 CEST 2010


library(sp)
data(meuse.grid)
gridded(meuse.grid)=~x+y
spplot(meuse.grid[1], colorkey=NULL)

I learned this from

library(lattice)
?levelplot

spplot is not much more than a wrapper around levelplot (for regions)
and xyplot (for points).

On 06/21/2010 02:35 PM, Maxime Pauwels wrote:
> Dear all,
> 
> I have a single little question that may be straighforward for much of you.
> I'm performing spplot and don't know how to eliminate the scale bar from
> the graph, which is in default settings.
> Could you help.
> 
> Thank you
> 
> max
> 
> 

-- 
Edzer Pebesma
Institute for Geoinformatics (ifgi), University of Münster
Weseler Straße 253, 48151 Münster, Germany. Phone: +49 251
8333081, Fax: +49 251 8339763  http://ifgi.uni-muenster.de
http://www.52north.org/geostatistics      e.pebesma at wwu.de



More information about the R-sig-Geo mailing list