rm2l {Tex4exams} | R Documentation |
rm2l converts a matrix into its transpose in TeX code.
rm2l(matrix)
matrix |
a matrix. |
It return the transpose of the input matrix in latex code.
a <- matrix(sample(c((-10):10),12),nrow =3,byrow=TRUE)
rm2l(a)