powered by
This function exports the multiple compartment PBTK model to a jarnac file.
export_pbtk_jarnac(chem.cas=NULL,chem.name=NULL,species="Human", initial.amounts=list(Agutlumen=0),filename="default.jan",digits = 4)
Either the chemical name or CAS number must be specified.
Species desired (either "Rat", "Rabbit", "Dog", or default "Human").
Must specify initial amounts in units of choice.
The name of the jarnac file containing the model.
Desired number of decimal places to round the parameters.
Compartments to enter into the initial.amounts list includes Agutlumen, Aart, Aven, Alung, Agut, Aliver, Akidney, and Arest.
# NOT RUN { export_pbtk_jarnac(chem.name='Nicotine',initial.amounts=list(Agutlumen=1),filename='PBTKmodel.jan') # }
Run the code above in your browser using DataLab