Description Usage Arguments Value Examples
View source: R/SphereKaji20140527.R
Make three matrices that are the output of map2df(), map2full() and map2dfdir
1 | map.matrix(A)
|
A |
An array or matrix of multiway table |
Full2DF A matrix transferring table vectors to df-dimension vectors
DF2full A matrix transferring back vectors in df-dimensional space back to vectors with number-of-cell elements
Normalvec2DF A matric transferring test vectors to df-dimension vectors
1 2 3 | r <- c(2,3,4)
A <- array(1:prod(r),r)
map.matrix(A)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.