R/boltonTLCL.R

boltonTLCL <-
function(TempCelsius,rh,consts=export_constants()){
  return (55.+1./(1./(TempCelsius-55)-log(rh/100)/2840))
}

Try the aiRthermo package in your browser

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

aiRthermo documentation built on May 1, 2019, 9:24 p.m.