This sensor from TPF collection
Article | |
---|---|
Collibration | |
Precision | |
Ranges | |
Renew sensors |
source("utilities_tpf.r"); sensors.t.crd_spl_vielzeuf_1983 <- function(Crd, Spl, ...){ Spl <- tpf.recalc_minaral("SPL",Spl); Crd <- tpf.recalc_minaral("CRD",Crd); X <- Crd$Mg_pfu / (Crd$Fe_p2_pfu + Crd$Fe_p3_pfu); Y <- Spl$Mg_pfu / Spl$Fe_p2_pfu; T <- ( - 1763) / (log(Y / X) + 0.378) - 273; return(data.frame(Name=paste0(Crd$Name,"-", Spl$Name),T_calc=T)); } sensors.t.crd_spl_vielzeuf_1983.args <- function(){ ars <- list(); ars$minerals <- c("Crd", "Spl"); ars$ranges <- c(); return(ars); } #sensors.t.crd_spl_vielzeuf_1983.test <- function(){ # #}