as.GrayscaleImage.matrix | R Documentation |
Creates a Grayscale (Color) Image from a matrix file.
## S3 method for class 'matrix'
as.GrayscaleImage(z, transforms=NULL, interleaved=c("none", "h", "v", "auto"), scale=1,
..., verbose=FALSE)
z |
A KxN |
transforms |
A |
interleaved |
A |
scale |
A |
... |
Passed to |
verbose |
A |
Returns a bitmap image object.
Henrik Bengtsson, Ken Simpson
For more information see matrix
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.