R/spectral.bbp.R

Defines functions spectral.bbp

Documented in spectral.bbp

#' Spectral backscattering coefficient
#'
#'
spectral.bbp <- function(wl, bbp.ref=0.004, wl.ref=550, nu=1.0) {
  bbp <- bbp.ref*(wl/wl.ref)^-nu
  return(bbp)
}
belasi01/Riops documentation built on Sept. 5, 2022, 6:38 p.m.