Dear list, I would like to overlay two raster objects to produce a nice map. The underlying raster is a hillshade, the second is transparent. plot(hillshade, col=grey(1:20/20)) plot(soilraster, alpha = 0.7, add = TRUE)
Does anybody know, how to hide the legend of the hillshade? Thank you. TIM ------------------------------------------- Tim Häring Bavarian State Institute of Forest Research Department of Soil and Climate Hans-Carl-von-Carlowitz-Platz 1 D-85354 Freising E-Mail: [email protected] http://www.lwf.bayern.de _______________________________________________ R-sig-Geo mailing list [email protected] https://stat.ethz.ch/mailman/listinfo/r-sig-geo
