View source: R/export_pbtk_jarnac.R
export_pbtk_jarnac | R Documentation |
This function exports the multiple compartment PBTK model to a jarnac file.
export_pbtk_jarnac(
initial.amounts = list(Agutlumen = 0),
folder = tempdir(),
filename = "default.jan",
digits = 4,
...
)
initial.amounts |
Must specify initial amounts in units of choice. |
folder |
The folder on the file system containing the output file. Defaults to |
filename |
The name of the jarnac file containing the model. |
digits |
Desired number of decimal places to round the parameters. |
... |
Arguments to |
Compartments to enter into the initial.amounts list includes Agutlumen, Aart, Aven, Alung, Agut, Aliver, Akidney, and Arest.
Parameters are generated by a call to parameterize_pbtk
.
When species is specified as rabbit, dog, or mouse, the function uses the
appropriate physiological data(volumes and flows) but substitues human
fraction unbound, partition coefficients, and intrinsic hepatic clearance.
Text containing a Jarnac language version of the PBTK model.
Robert Pearce
export_pbtk_jarnac(chem.name='Nicotine',initial.amounts=list(Agutlumen=1),filename='PBTKmodel.jan')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.