A function which rearranges image content for nice plotting.
Usage
plotmtx(m)
Arguments
m
An image (matrix) for converting so that it can be plotted.
Value
m.out
The manipulated image corresponding to the input image.
Details
Due to the input and plotting output of the R base function image, this function reorders the pixels within an image such that, when used, the image function produces a plot of a image (matrix) "as is".