R/trans_from_fixed.R

Defines functions trans_from_fixed

Documented in trans_from_fixed

trans_from_fixed <-
function(x,bounds){
  return((bounds[2]+bounds[1])/2+x*(bounds[2]-bounds[1])/3)
}

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.