R/WL.R

Defines functions WL

Documented in WL

WL <- function(db) {
  if(is.na(db)) {
    return(NA)
  }
  WL = round(0.0660*(db^2)^0.8759, 5)
  return(WL)
}

Try the javateak package in your browser

Any scripts or data that you put into this service are public.

javateak documentation built on April 3, 2025, 10:44 p.m.