rotate | R Documentation |
Rotate a matrix by a quarter-turn clockwise
rotate(mat)
mat |
matrix to be rotated. |
matrix
op <- par(mfcol = c(1,2))
image(volcano)
image(rotate(volcano))
par(op)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.