R/normalizeInterval.R

normalizeInterval <- function(x, min, max){ 1-((max-x)/(max-min)) }

Try the PdPDB package in your browser

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

PdPDB documentation built on May 2, 2019, 2:09 a.m.