rot90 {waved} | R 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
Examples
rot90(1:5)
[Package waved version 1.3 Index]