m22l | R Documentation |
m22l converts a matrix into a matrix without brackets or parentheses around the array of numbers.
m22l(matrix)
matrix |
a matrix. |
array a numbers without parentheses.
m2l
, rm2l
, rcm2l
, cm2l
a <- matrix(sample(c(-10:10),12),nrow =3,byrow=TRUE)
m22l(a)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.