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