raster (version 1.0.0-1)

plot3D: Interative 3D plot of a RasterLayer

Description

Make an interactive 3D plot (map) of a RasterLayer.

Arguments

Methods

plot3D(x, background=0, maxpixels=100000, zfac=6, col=terrain.colors, rev=TRUE, ...) rll{ x a RasterLayer object background value used to replace NA values maxpixels Maximum number of pixels to use zfac Numeric, to set the elevation scale relative to x and y col A color palette, i.e. a vector of n contiguous colors such as rainbow, heat.colors, and topo.colors, on one or your own making rev Logical. If TRUE, the color palette values are reversed in order ... Any argument that can be passed to plot3d }