====== Ol-Cpx-Pl-L: Helz, Thornber, 1987 ======
=== Details ===
This sensor from [[:about_tpf|TPF]] collection
^ Article | |
^ Collibration | |
^ Precision | |
^ Ranges | |
^ Renew sensors | |
* заголовок
* краткое описание
* статья
* ссылка
* карточка
* подробное описание
* код
* тест
=== Source ===
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(){
#
#}
{{tag> tpf L }}