Description Usage Arguments See Also Examples
Filled contour plot of a RasterLayer. This is a wrapper around filled.contour
for RasterLayer objects.
1 | filledContour(x, y=1, maxpixels=100000, ...)
|
x |
A Raster* object |
y |
Integer. The layer number of x (if x has multiple layers) |
maxpixels |
The maximum number of pixels |
... |
Any argument that can be passed to |
1 2 | r <- raster(system.file("external/test.grd", package="raster"))
filledContour(r)
|
Loading required package: sp
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.