unscale | R Documentation |
scale
-ed objectBacktransform scale
-ed object
unscale(data, center = NULL, scale = NULL)
data |
Scaled data |
center |
Centered vector |
scale |
Scale vector |
data.frame
df <- iris[-5]
ggfortify::unscale(base::scale(df))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.