R/H2S.R

Defines functions H2S

Documented in H2S

#' @export
H2S<- function(Fact, A, B){
  H2S = (221.40*Fact*(A-B))/50
  return(H2S)
}

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.