- chem.name
Either the chemical name, CAS number, or parameters must be
specified.
- chem.cas
Either the chemical name, CAS number, or parameters must be
specified.
- dtxsid
EPA's DSSTox Structure ID
(https://comptox.epa.gov/dashboard) the chemical must be identified by
either CAS, name, or DTXSIDs
- parameters
Chemical parameters from parameterize_pbtk function,
overrides chem.name and chem.cas.
- species
Species desired (either "Rat", "Rabbit", "Dog", "Mouse", or
default "Human").
- f
Fractional distance from the final steady state concentration that
the average concentration must come within to be considered at steady state.
- daily.dose
Total daily dose, mg/kg BW.
- doses.per.day
Number of oral doses per day.
- dose.units
The units associated with the dose received.
- route
Route of exposure (either "oral", "iv", or "inhalation" default
"oral").
- days
Initial number of days to run simulation that is multiplied on
each iteration.
- output.units
Units for returned concentrations, defaults to uM (specify
units = "uM") but can also be mg/L.
- suppress.messages
Whether or not to suppress messages.
- tissue
Desired tissue concentration (default value is NULL, will depend
on model -- see steady.state.compartment
in model.info file for
further details.)
- model
Model used in calculation, 'pbtk' for the multiple compartment
model,'3compartment' for the three compartment model, and '1compartment' for
the one compartment model.
- f.change
Fractional change of daily steady state concentration reached
to stop calculating.
- dosing
The dosing object for more complicated scenarios. Defaults to
repeated daily.dose
spread out over doses.per.day
- parameterize.args.list
Named list of any additional arguments passed to
model parameterization function (other than the already-named arguments).
Default `list()` to pass no additional arguments.
- ...
Additional arguments passed to solve_model
(defaults
model is "pbtk").