Learn R Programming

Tex4exams (version 0.1.2)

m22l: 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)

Value

array a numbers without parentheses.

Arguments

matrix

a matrix.

See Also

m2l, rm2l, rcm2l, cm2l

Examples

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

Run the code above in your browser using DataLab