Learn R Programming

RSEIS (version 4.2-4)

mirror.matrix: mirror matrix

Description

mirrored representation of image matrix

Usage

mirror.matrix(x)

Value

matrix

Arguments

x

matrix

Author

Jonathan M. Lees<jonathan.lees.edu>

Details

Used for flipping the output of the wavelet transform for more convenient plotting.

References

Rwave, plotwlet, wlet.do, wlet.drive

Examples

Run this code

xy <- matrix(rnorm(100), ncol=10)
mirror.matrix(xy)


Run the code above in your browser using DataLab