plot.dwt.2d | R Documentation |
Organizes the wavelet coefficients from a 2D DWT into a single matrix and plots it. The coarser resolutions are nested within the lower-lefthand corner of the image.
## S3 method for class 'dwt.2d'
plot(x, cex.axis = 1, plot = TRUE, ...)
x |
input matrix (image) |
cex.axis |
|
plot |
if |
... |
additional graphical parameters if necessary |
The wavelet coefficients from the DWT object (a list) are reorganized into a single matrix of the same dimension as the original image and the result is plotted.
Image plot.
B. Whitcher
dwt.2d
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.