R/S2cond.R

Defines functions S2cond

Documented in S2cond

S2cond <- function(S2,lambda,ti,ti_1){
  dlt <- ti-ti_1
  value <- (S2/(2*lambda))*(1-exp(-2*lambda*dlt))
  return(value)
}

Try the mixediffusion package in your browser

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

mixediffusion documentation built on March 20, 2026, 5:10 p.m.