====== Ol-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_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(){ # #} {{tag> tpf L }}