rot90: Rotate matrix 90 degrees

View source: R/functionINIT.R

rot90R Documentation

Rotate matrix 90 degrees

Description

Rotate matrix 90 degrees

Usage

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

 rot90(1:5)

waved documentation built on May 29, 2024, 5:29 a.m.

Related to rot90 in waved...