Description Usage Arguments Value See Also
Computes x = sz+c, which is the inverse of z = (x - c)/s
provided by the scale
function.
1 |
z |
a numeric matrix(like) object |
center |
either NULL or a numeric vector of length equal to the number of columns of z |
scale |
either NULL or a a numeric vector of length equal to the number of columns of z |
data frame or matrix
scale
mtcs <- scale(mtcars)
all.equal( unscale(mtcs), as.matrix(mtcars), check.attributes=FALSE )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.