filledContour: Filled contour plot

Description Usage Arguments See Also Examples

View source: R/contour.R

Description

Filled contour plot of a RasterLayer. This is a wrapper around filled.contour for RasterLayer objects.

Usage

1
filledContour(x, y=1, maxpixels=100000, ...) 

Arguments

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 filled.contour (graphics package)

See Also

filled.contour, persp, plot

Examples

1
2
r <- raster(system.file("external/test.grd", package="raster"))
filledContour(r)

Example output

Loading required package: sp

raster documentation built on Jan. 5, 2021, 3:01 a.m.