powered by
Filled contour plot of a RasterLayer. This is a wrapper around filled.contour for RasterLayer objects.
filled.contour
filledContour(x, y=1, maxpixels=100000, ...)
A Raster* object
Integer. The layer number of x (if x has multiple layers)
The maximum number of pixels
Any argument that can be passed to filled.contour (graphics package)
filled.contour, persp, plot
persp
plot
# NOT RUN { r <- raster(system.file("external/test.grd", package="raster")) filledContour(r) # }
Run the code above in your browser using DataLab