View source: R/ComDim_PLS_MB.R View source: R/ComDim_PCA_MB.R
ColumnsPartition | R Documentation |
Internal function of ComDim_PCA().
Internal function of ComDim_PCA().
ColumnsPartition(Xn = Xn, Partitions = Partitions)
ColumnsPartition(Xn = Xn, Partitions = Partitions)
Xn |
A block. |
Partitions |
The number of partitions. |
The partitioned block.
The partitioned block.
b1 <- matrix(rnorm(500),10,50)
b1 <- ColumnsPartition(b1,2)
b1 <- matrix(rnorm(500),10,50)
b1 <- ColumnsPartition(b1,2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.