Description Usage Arguments Details Value See Also Examples
unscale
is a generic function that unscale and/or uncenter the columns
of a matrix generated by the scale base function
1 | unscale(x)
|
x |
A numeric matrix. |
unscale
uses attributes added by the scale function "scaled:scale" and
"scaled:center" and use these scaling factor to retrieve the initial matrix.
It first unscales and then uncenters.
Return a matrix, uncenterd and unscaled. Attributes "scaled:center" and "scaled:scale" are removed.
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.