rm2l | 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.
m2l
, m22l
, rcm2l
, cm2l
a <- matrix(sample(c((-10):10),12),nrow =3,byrow=TRUE)
rm2l(a)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.