Learn R Programming

httk (version 1.8)

get_rblood2plasma: Get ratio of the blood concentration to the plasma concentration.

Description

This function retrieves the in vivo ratio of the blood concentration to the plasma concentration.

Usage

get_rblood2plasma(chem.name=NULL, chem.cas=NULL, species="Human",default.to.human=F)

Arguments

chem.name

Either the chemical name or the CAS number must be specified.

chem.cas

Either the CAS number or the chemical name 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.

Details

A value of NA is returned when the requested value is unavailable. Values are retrieved from chem.physical_and_invitro.data.

Examples

Run this code
# NOT RUN {
get_rblood2plasma(chem.name="Bisphenol A")
get_rblood2plasma(chem.name="Bisphenol A",species="Rat")
# }

Run the code above in your browser using DataLab