View source: R/ComDim_PLS_MB.R View source: R/ComDim_PCA_MB.R
RowsPartition | R Documentation |
Internal function of ComDim_PCA().
Internal function of ComDim_PCA().
RowsPartition(Xn = Xn, Partitions = Partitions)
RowsPartition(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 <- RowsPartition(b1,2)
b1 <- matrix(rnorm(500),10,50)
b1 <- RowsPartition(b1,2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.