zf | R Documentation |
Vector normalization
zf(x, m = mean(x, na.rm = T), sdev = sd(x, na.rm = T))
x |
numeric vector |
m |
target center of normalization, default to |
sdev |
target deviation of normalization, default to |
normalized vector with same length as x
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.