Last chance! 50% off unlimited learning
Sale ends in
Rotates a matrix so that when view is called the rows and columns appear in the same order as when looking at the matrix with print
rot(m)
matrix
matrix that has been transposed and the columns reversed
# NOT RUN {
# Normally image shows a matrix with the first entry in the bottom left
# With rot the image is shown in the same order as print
# }
Run the code above in your browser using DataLab