R/ThPb.R

Defines functions ThPb_age get_ThPb_age get_ThPb_ratio

get_ThPb_ratio <- function(tt,st,exterr=FALSE){
    getDPratio(tt=tt,st=st,nuclide='Th232',exterr=exterr)
}

get_ThPb_age <- function(Pb208Th232,sPb208Th232,exterr=FALSE){
    getPDage(DP=Pb208Th232,sDP=sPb208Th232,nuclide='Th232',exterr=exterr)
}

ThPb_age <- function(x,exterr=FALSE,i=NULL,i2i=TRUE,...){
    PD_age(x,nuclide='Th232',exterr=exterr,i=i,i2i=i2i,...)
}

Try the IsoplotR package in your browser

Any scripts or data that you put into this service are public.

IsoplotR documentation built on May 29, 2024, 7:57 a.m.