View source: R/CP2SUMPCAnormedCP.R
CP2SUMPCAnormedCP | R Documentation |
SUMPCA normalizes a cube of cross-product matrices.
CP2SUMPCAnormedCP(CP3)
CP3 |
A 3D array of cross-product matrices |
The 3D array of the normalized cross-product matrices.
D3 <- array(c(0, 1, 2, 1, 0, 1, 2, 1, 0,
0, 3, 3, 3, 0, 3, 3, 3, 0),
dim = c(3, 3, 2))
CP2SUMPCAnormedCP(D3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.