Description Usage Arguments Details Value Examples
Scale a matrix with parameters of a scaled matix
1 | rescale(X, scaled)
|
X |
a matrix or a data.frame to be scaled |
scaled |
a scaled matrixa or a scaled data.frame |
X is scaled by center = attr(scaled, "scaled:center")
and scale = attr(scaled, "scaled:scale")
a tibble
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.