unscale_matrices | R Documentation |
Unscale a matrix based on provided mean and standard deviation values.
unscale_matrices(mat, means, std = NULL)
mat |
A numeric matrix to be unscaled. |
means |
A numeric vector of means for each column. |
std |
A numeric vector of standard deviations for each column (optional). |
An unscaled numeric matrix.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.