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.pebe...@wwu.de

_______________________________________________
R-sig-Geo mailing list
R-sig-Geo@stat.math.ethz.ch
https://stat.ethz.ch/mailman/listinfo/r-sig-geo

Reply via email to