R/TAN.R

Defines functions TAN

Documented in TAN

#' @export
TAN<- function(Conc_std_sol, A_s, A_b, A_st){
  TAN = (Conc_std_sol/(A_st - A_b))*(A_s - A_b)
  return(TAN)
}

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.