50% off: Unlimited data and AI learning.
State of Data and AI Literacy Report 2025

raster (version 3.6-32)

contour: Contour plot

Description

Contour plot of a RasterLayer.

Usage

# S4 method for RasterLayer
contour(x, maxpixels=100000, ...)

Arguments

x

Raster* object

maxpixels

maximum number of pixels used to create the contours

...

any argument that can be passed to contour (graphics package)

See Also

persp, filledContour, rasterToContour

Examples

Run this code
r <- raster(system.file("external/test.grd", package="raster"))
plot(r)
contour(r, add=TRUE)

Run the code above in your browser using DataLab