rm2l: Convert a matrix into its transpose in TeX code

View source: R/rm2l.R

rm2lR 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)

Tex4exams documentation built on May 31, 2023, 8:04 p.m.

Related to rm2l in Tex4exams...