| plot3d.GrayImage {R.image} | R Documentation |
Creates a 3-dimensional plot of the image with gray scale on one dimension.
## S3 method for class 'GrayImage': plot3d(this, xlim=NULL, ylim=NULL, xlab="x", ylab="y", zlab="gray scale", ...)
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. |
Returns nothing.
Henrik Bengtsson (http://www.braju.com/R/)
*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.