R/optim.step2.2.R

optim.step2.2 <-
function(Dt,  A, B, r1, r2){
  num=-A*exp(r1)
  den=1+exp(-Dt/(B*exp(r2)))
  res=num/den
  return(res)
}

Try the SPREDA package in your browser

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

SPREDA documentation built on May 2, 2019, 4 p.m.