Last chance! 50% off unlimited learning
Sale ends in
maxpixels
argument to sample large Raster objects for faster drawing.plot, plotRGB
The rasterVis package has more advanced plotting methods for Raster objectsr <- raster(system.file("external/test.grd", package="raster"))
s <- stack(r, r*2)
names(s) <- c('meuse', 'meuse x 2')
spplot(s)
Run the code above in your browser using DataLab