m22l: Converting a matrix into TeX code of a matrix without...

View source: R/m22l.R

m22lR Documentation

Converting a matrix into TeX code of a matrix without brackets

Description

m22l converts a matrix into a matrix without brackets or parentheses around the array of numbers.

Usage

m22l(matrix)

Arguments

matrix

a matrix.

Value

array a numbers without parentheses.

See Also

m2l, rm2l, rcm2l, cm2l

Examples

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

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

Related to m22l in Tex4exams...