Either the chemical name, CAS number, or the parameters must be specified.
chem.cas
Either the chemical name, CAS number, or the parameters must be specified.
species
Species desired (either "Rat", "Rabbit", "Dog", "Mouse", or default "Human").
default.to.human
Substitutes missing animal values with human values if true.
parameters
Chemical parameters from parameterize_steadystate function, overrides chem.name and chem.cas.
hepatic.model
Model used in calculating hepatic clearance, unscaled, parallel tube, dispersion, or default well-stirred.
suppress.messages
Whether or not to suppress the output message.
well.stirred.correction
Uses correction in calculation of hepatic clearance for well-stirred model if TRUE for hepatic.model well-stirred.
This assumes clearance relative to amount unbound in whole blood instead of plasma, but converted to use with plasma concentration.
restrictive.clearance
Protein binding not taken into account (set to 1) in liver clearance if FALSE.
adjusted.Funbound.plasma
Uses adjusted Funbound.plasma when set to TRUE.
...
Additional parameters passed to parameterize_steadystate if parameters is NULL.
# NOT RUN {calc_hepatic_clearance(chem.name="Ibuprofen",hepatic.model='unscaled')
calc_hepatic_clearance(chem.name="Ibuprofen",well.stirred.correction=FALSE)
# }