Description Usage Arguments Value Examples
Reverse unit scaling
1  | rev_unit_scale(x, y = NULL, na.rm = FALSE)
 | 
x | 
 object to be scaled back to original scale  | 
y | 
 optional object that has center, scale, and adj attributes to use on x. If y is not used, these attributes will be taken from x.  | 
numeric vector in original scale
1 2 3  | z <- rnorm(10000, 100, 15)
y <- unit_scale(z)
rev_unit_scale(y)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.