rot90: Rotate matrix 90 degrees

Description Usage Arguments Value Author(s) References See Also Examples

View source: R/functionINIT.R

Description

Rotate matrix 90 degrees

Usage

1
rot90(x)

Arguments

x

A square matrix.

Value

90 degrees rotation of $x$.

Author(s)

Marc Raimondo

References

Raimondo, M. and Stewart, M. (2007), ‘The WaveD Transform in R’, Journal of Statistical Software.

See Also

WaveD

Examples

1
 rot90(1:5)

waved documentation built on May 2, 2019, 3:21 a.m.

Related to rot90 in waved...