- chem.name
Name of desired chemical.
- chem.cas
CAS number of desired chemical.
- 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.
- route
String specification of route of exposure for simulation:
"oral", "iv", "inhalation", ...
- stats
Desired values (either 'AUC', 'mean', 'peak', or a vector
containing any combination).
- species
Species desired (either "Rat", "Rabbit", "Dog", "Mouse", or
default "Human").
- days
Length of the simulation.
- daily.dose
Total daily dose, mg/kg BW.
- dose
Amount of a single dose at time zero, mg/kg BW.
- forcings
Manual input of 'forcings' data series argument for ode
integrator, defaults is NULL. Then other input parameters
(see exp.start.time, exp.conc, exp.duration, and period) provide the
necessary information to assemble a forcings data series.
- doses.per.day
Number of doses per day.
- output.units
Desired units (either "mg/L", "mg", "umol", or default
"uM").
- concentration
Desired concentration type, 'blood' or default
'plasma'.
- tissue
Desired steady state tissue conentration.
- model
Model used in calculation, 'pbtk' for the multiple compartment
model,'3compartment' for the three compartment model, '3compartmentss' for
the three compartment steady state model, and '1compartment' for one
compartment model.
- suppress.messages
Whether to suppress output message.
- ...
Additional arguments passed to the solve_model