R/ilmdhc.R

Defines functions ilmdhc

Documented in ilmdhc

# ILM/DHC adaptation function
ilmdhc = function(g, gmax, ...){
  pmg = g/gmax
  pcg = 1-pmg
  return(list(pc=pcg, pm=pmg))
}

Try the adana package in your browser

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

adana documentation built on March 18, 2022, 6:03 p.m.