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

m2l, m22l, rcm2l, cm2l

Examples

a <- matrix(sample(c((-10):10),12),nrow =3,byrow=TRUE)
rm2l(a)

[Package Tex4exams version 0.1.2 Index]