scale_sd | R Documentation |
Centers and scales each column by standard deviation (sd) or to the interval (0, 1).
scale_sd(data)
scale_01(data)
data |
Numeric matrix or data.frame of the observations. |
scale_sd(data = wine[, 2:6])
scale_01(data = wine[, 2:6])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.