R/TH.R

Defines functions TH

Documented in TH

#' @export
TH <- function(Tt, M, Vol){
  TH = (Tt*M*100.1*1000)/Vol
  return(TH)
}

Try the AquaAnalytix package in your browser

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

AquaAnalytix documentation built on Sept. 11, 2024, 6:17 p.m.