persp {raster} | R Documentation |
Perspective plot of a RasterLayer. This is an implementation of a generic function in the graphics package.
persp(x, ...)
x |
A Raster* object |
... |
Any argument that can be passed to |
persp(x, y=1, z=NULL, ...)
x | a Raster* object | |
y | a index of x = RasterStack | |
z | values of z are ignored | |
... | ||
r <- raster(system.file("external/test.grd", package="raster")) persp(r)