mirror.matrix {RSEIS}R 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)



[Package RSEIS version 4.2-0 Index]