R/prolif_tot.R

Defines functions prolif_tot

Documented in prolif_tot

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

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.