This sensor from TPF collection
| Article | |
|---|---|
| Collibration | |
| Precision | |
| Ranges | |
| Renew sensors |
source("utilities_tpf.r");
sensors.p.hbl_johnson_rutherford_1989_a <- function(Hbl, ...){
Hbl <- tpf.recalc_minaral("HBL",Hbl);
X <- Hbl$Al_c4_pfu + Hbl$Al_c6_pfu;
P <- 4.09 * X - 3.29;
warning(" ONLY FOR HBL+KFS+QTZ+PL+BT+L+/-TTN+/-ILM(MAG), ACCURACY +/- 0.5");
return(data.frame(Name=paste0(Hbl$Name),P_calc=P));
}
sensors.p.hbl_johnson_rutherford_1989_a.args <- function(){
ars <- list();
ars$minerals <- c("Hbl");
ars$ranges <- c();
return(ars);
}
#sensors.p.hbl_johnson_rutherford_1989_a.test <- function(){
#
#}