R/Htrip.R

Defines functions Htrip

Htrip <-function(X,EO,O){
  H_hjk <- 1 - O / EO
  return(H_hjk)
}

Try the mudfold package in your browser

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

mudfold documentation built on Nov. 24, 2022, 5:09 p.m.