R/normalize.r

normalize <- function(x){
  x <- (x-min(x))/(max(x)-min(x))
  x
}

Try the snatm package in your browser

Any scripts or data that you put into this service are public.

snatm documentation built on May 2, 2019, 5:01 p.m.