R/rescale.R

rescale = function(x) {
  x / sd(x)
}
avranilg/standardize documentation built on May 20, 2019, 1:13 p.m.