R/prolif_d.R

Defines functions prolif_d

Documented in prolif_d

prolif_d <-
function(t, x0, q0=0, d, q, ad, aq, tol=1e-6)
{
    x0 * exp((d-q-ad)*t)
}

Try the fracprolif package in your browser

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

fracprolif documentation built on May 2, 2019, 7:59 a.m.