Description Usage Arguments See Also Examples
Perspective plot of a RasterLayer. This is an implementation of a generic function in the graphics package.
1 2 3 4 5 |
x |
Raster* object |
y |
integer |
maxpixels |
integer > 0. Maximum number of cells to use for the plot. If |
ext |
Extent. Can be used to zoom in to a region (see also |
... |
Any argument that can be passed to |
1 2 3 |
r <- raster(system.file("external/test.grd", package="raster"))
persp(r)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.