Description Usage Arguments Value
View source: R/utils-data-transformations.R
rescale the input vector to mean = 0, variance = 1
1 | norm_rescale(x, na.rm = TRUE)
|
x |
A numeric vector. |
na.rm |
A logical (default = TRUE) that affects how NAs are dealt with |
A rescaled vector the same length as x
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.