R/interval.R

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