ext2arr | R Documentation |
Extends a matrix M into array of size 1 x dim(M)[1]
x
dim(M)[2]
.
ext2arr(M)
M |
a numeric matrix |
array of size 1
x dim(M)[1]
x dim(M)[2]
ext2arr(matrix(rnorm(9),3))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.