| thalf_1a2c | R Documentation | 
Can take multiple parameter sets and return a data.frame of halftimes.
thalf_1a2c(
  pars,
  cl = "CL",
  ka = "KA1",
  v2 = "V2",
  q = "Q",
  v3 = "V3",
  transform = F,
  debug = F
)
pars | 
 A parameter table. Thalf will be calculated for all rows.  | 
cl | 
 The name of the column with clearance values. Can represent CL/F if volume variables do the same.  | 
ka | 
 The name of the column representing absorption rate.  | 
v2 | 
 The name of the column with central volume (see cl as well).  | 
q | 
 The name of the column with intercompartmental clearance.  | 
v3 | 
 The name of the column with peripharel volume (see cl as well).  | 
transform | 
 Add results to existing dataset?  | 
debug | 
 Start by calling browser()  | 
Other Calc: 
thalf_1a1c(),
thalf_trans_1c()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.