R/DB.R

Defines functions DB

Documented in DB

DB <- function(d) {
  if(is.na(d)) {
    return(NA)
  }
  DB = round(0.9258 * d^0.9524, 5)
  return(DB)
}

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.