R/rescale.R

rescale <- function(x) {
  x / sd(x)
}
Snekvik/centering documentation built on May 14, 2019, 3:09 a.m.