pkmod1cpt | R Documentation |
One compartment IV infusion with first-order elimination.
pkmod1cpt(tm, kR, pars, init = 0)
tm |
Vector of times to evaluate the PK function at |
kR |
Infusion rate (e.g. ml/min). |
pars |
Named vector of parameters with names ('k10','v1') or ('cl','v1'). |
init |
Initial concentration. Defaults to 0. |
Numeric vector of concentrations for a constant infusion rate
pkmod1cpt(1,1,c(k10 = 0.5, v1 = 1)) pkmod1cpt(1,1,c(KE = 0.5, v1 = 1)) pkmod1cpt(1,1,c(CL = 0.5, v1 = 1))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.