rot90 | R Documentation |
Function rotate sa matrix 90 degree counterclockwise
rot90(A)
A |
matrix to be rotated 90 degree counterclockwise |
B: rotated matrix A
Linh Nguyen
A = matrix(c(1:10),5,2) rot90(A)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.