mirror.matrix | R Documentation |
mirrored representation of image matrix
mirror.matrix(x)
x |
matrix |
Used for flipping the output of the wavelet transform for more convenient plotting.
matrix
Jonathan M. Lees<jonathan.lees.edu>
Rwave, plotwlet, wlet.do, wlet.drive
xy <- matrix(rnorm(100), ncol=10)
mirror.matrix(xy)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.