Contour plot of a RasterLayer. This is a generic function, in this package implemented for RasterLayer objects.
Usage
contour(x, ...)
Arguments
x
A Raster* object
...
Any argument that can be passed to contour (graphics package)
Methods
contour(x, y=1, maxpixels=100000, ...)rll{
x RasterLayer object
y The layer number (integer > 0) if x is a RasterStack or RasterBrick
maxpixels Maximum number of pixels used to create the contours
... Any argument that can be passed to contour (graphics package)
}