persp.GrayImage {R.image}R Documentation

Creates a (3-dimensional) perspective plot of the image

Description

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

Usage

## S3 method for class 'GrayImage':
persp(x, 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

*plot3d(). 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]