powered by
rm2l converts a matrix into its transpose in TeX code.
rm2l(matrix)
It return the transpose of the input matrix in latex code.
a matrix.
m2l, m22l, rcm2l, cm2l
m2l
m22l
rcm2l
cm2l
a <- matrix(sample(c((-10):10),12),nrow =3,byrow=TRUE) rm2l(a)
Run the code above in your browser using DataLab