reduction | R Documentation |
This function reduces the data in the row or col dimension.
reduction(X, row.red = TRUE)
X |
a matrix of size tm x vm which contains the functionnal images |
row.red |
Logical. Reduces the columns or the rows |
Xred |
the reduced matrix |
centering
X <- matrix(rnorm(5 * 4), nrow = 5, ncol = 4)
Xred <- reduction(X, row.red = TRUE)$Xred
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.