flip.matrix: Matrix flip, mirror, and rotate methods

Description Usage Arguments Author(s) See Also

Description

Matrix flip, mirror, and rotate methods.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
 ## S3 method for class 'matrix'
flip(x, ...)
 ## S3 method for class 'matrix'
mirror(x, ...)
 ## S3 method for class 'matrix'
rotate90(x, ...)
 ## S3 method for class 'matrix'
rotate180(x, ...)
 ## S3 method for class 'matrix'
rotate270(x, ...)

Arguments

x

A matrix to be manipulated.

...

Not used.

Author(s)

Henrik Bengtsson

See Also

t(). aperm().


HenrikBengtsson/R.basic documentation built on May 6, 2019, 11:51 p.m.