Learn R Programming

RSEIS (version 2.1-6)

mirror.matrix: mirror matrix

Description

mirrored representation of image matrix

Usage

mirror.matrix(x)

Arguments

x
matrix

Value

  • matrix

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