R/FCO2.R

Defines functions FCO2

Documented in FCO2

#' @export
FCO2 <- function(Vol1, Vol2, N){
  FCO2 = (Vol1*N*44*1000)/Vol2
  return(FCO2)
}

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.