R/standardize.R

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