mat2Brick | R Documentation |
mat2Brick
:
Unfold an (I*K) by J data matrix into
an I by J by K
brick of data (i.e., array).
mat2Brick(aMat, nBlocks, names4Rows = NULL, names4Blocks = NULL)
aMat |
an (I*K) by J data matrix. |
nBlocks |
number of blocks (i.e., 3rd dimension of the output array). No default. |
names4Rows |
(Default: |
names4Blocks |
(Default: |
an I by J by K brick of data (i.e., array).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.