R/CL.R

Defines functions CL

Documented in CL

#' @export
CL <- function(chl_std_seawater, T1, T2){
  CL = (chl_std_seawater * (T1/T2))
  return(CL)
}

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.