R/prolif_fd.R

Defines functions prolif_fd

Documented in prolif_fd

prolif_fd <-
function(t, x0, q0=0, d, q, ad, aq, tol=1e-6) 
{
  prolif_d(t, x0, q0, d, q, ad, aq, tol) / prolif_tot(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.