rm2l {Tex4exams} | R Documentation |
Convert a matrix into its transpose in TeX code
Description
rm2l converts a matrix into its transpose in TeX code.
Usage
rm2l(matrix)
Arguments
matrix |
a matrix. |
Value
It return the transpose of the input matrix in latex code.
See Also
Examples
a <- matrix(sample(c((-10):10),12),nrow =3,byrow=TRUE)
rm2l(a)
[Package Tex4exams version 0.1.2 Index]