This sensor from TPF collection
| Article | |
|---|---|
| Collibration | |
| Precision | |
| Ranges | |
| Renew sensors |
source("utilities_tpf.r");
sensors.t.ol_cpx_pl_l_helz_thornber_1987 <- function(Ol, Cpx, Pl, L, ...){
L <- tpf.recalc_minaral("L",L);
X <- L$CaO_wtp;
T <- 16.6 * X + 968;
return(data.frame(Name=paste0(L$Name),T_calc=T));
}
sensors.t.ol_cpx_pl_l_helz_thornber_1987.args <- function(){
ars <- list();
ars$minerals <- c("Ol", "Cpx", "Pl", "L");
ars$ranges <- c();
return(ars);
}
#sensors.t.ol_cpx_pl_l_helz_thornber_1987.test <- function(){
#
#}