R/trans_to_fixed.R

Defines functions trans_to_fixed

Documented in trans_to_fixed

trans_to_fixed <-
function(x,bounds){
  return(1.5*(2*(x-bounds[1])/(bounds[2]-bounds[1])-1))
}

Try the BBMV package in your browser

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

BBMV documentation built on May 1, 2019, 10:26 p.m.