R/KCa.R

Defines functions KCa.age get.KCa.age get.KCa.ratio

get.KCa.ratio <- function(tt,st,exterr=TRUE){
    get.PD.ratio(tt,st,'K40',exterr,bratio=0.895)
}

get.KCa.age <- function(K40Ca40,sK40Ca40,exterr=TRUE){
    get.PD.age(K40Ca40,sK40Ca40,'K40',exterr=exterr,bratio=0.895)
}

KCa.age <- function(x,exterr=TRUE,i=NULL,i2i=TRUE,
                    omit4c=NULL,projerr=FALSE){
    PD.age(x,'K40',exterr=exterr,i=i,i2i=i2i,
           bratio=0.895,omit4c=omit4c,projerr=projerr)
}

Try the IsoplotR package in your browser

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

IsoplotR documentation built on Nov. 10, 2023, 9:08 a.m.