R/interval.R

interval = function(x) {
  y = x- min(x)
  y/max(x)
}
avranilg/standardize documentation built on May 20, 2019, 1:13 p.m.