mirror.matrix: mirror matrix

mirror.matrixR Documentation

mirror matrix

Description

mirrored representation of image matrix

Usage

mirror.matrix(x)

Arguments

x

matrix

Details

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

Value

matrix

Author(s)

Jonathan M. Lees<jonathan.lees.edu>

References

Rwave, plotwlet, wlet.do, wlet.drive

Examples


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



RSEIS documentation built on Aug. 19, 2023, 5:07 p.m.