R/rescale.R

rescale <- function(x) {
  x / sd(x)
}
garrettgman/centering documentation built on May 16, 2019, 5:38 p.m.