R/CM1992.R

Defines functions CM1992

Documented in CM1992

CM1992 <-
function(FC,data=NULL) {
  log.estimate<-2.411*log10(FC)-0.065
  CM1992<-round(10^log.estimate,2)
  return(cbind(data,CM1992))
}

Try the MASSTIMATE package in your browser

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

MASSTIMATE documentation built on Jan. 8, 2021, 2:22 a.m.