50% off | Unlimited Data & AI Learning

Last chance! 50% off unlimited learning

Sale ends in


BaTFLED3D (version 0.2.11)

rot: Rotate a matrix for printing

Description

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

Usage

rot(m)

Arguments

m

matrix

Value

matrix that has been transposed and the columns reversed

Examples

Run this code
# 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