R/Qmax.r

Defines functions Qmax

Documented in Qmax

Qmax <- function(par, tau, j, n, a, b)
{
  return(-(Q2(par, tau, j, n) + Q3(par[2], a, b) + Q4(par[3])))
}
sp2019-antibiotics/Team-Student documentation built on Nov. 5, 2019, 9:13 a.m.