R/TA.R

Defines functions TA

Documented in TA

#' @export
TA <- function(P, M, N, Vol){
  TA = ((P+M)*N*50*1000)/Vol
  return(TA)
}

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.