Learn R Programming

RSEIS (version 3.7-4)

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
# NOT RUN {
xy <- matrix(rnorm(100), ncol=10)
mirror.matrix(xy)


# }

Run the code above in your browser using DataLab