plot3d.GrayImage {R.image}R Documentation

Creates a 3-dimensional plot of the image

Description

Creates a 3-dimensional plot of the image with gray scale on one dimension.

Usage

## S3 method for class 'GrayImage':
plot3d(this, xlim=NULL, ylim=NULL, xlab="x", ylab="y", zlab="gray scale", ...)

Arguments

xlim, ylim The width and the height of the plot. If NULL the full width and height will be used, respectively.
xlab, ylab, zlab The x, y and z labels.
... Any graphical parameters as accepted by plot3d.

Value

Returns nothing.

Author(s)

Henrik Bengtsson (http://www.braju.com/R/)

See Also

*persp(). For a more precise way of drawing the image see *image(). For placing an image on an already existing plot see *points(). For more information see GrayImage.


[Package R.image version 0.2.3 Index]