This sensor from TPF collection
Article | |
---|---|
Collibration | |
Precision | |
Ranges | |
Renew sensors |
source("utilities_tpf.r"); sensors.p.sph_kissin_schwarez_scott_1986 <- function(Sph, ...){ Sph <- tpf.recalc_minaral("SPH",Sph); N <- Sph$Ni_pfu; P <- (1 / N - 0.163) / ( - 0.0102); warning(" CAN BE USED ONLY FOR SPACE SAMPLES"); return(data.frame(Name=paste0(Sph$Name),P_calc=P)); } sensors.p.sph_kissin_schwarez_scott_1986.args <- function(){ ars <- list(); ars$minerals <- c("Sph"); ars$ranges <- c(); return(ars); } #sensors.p.sph_kissin_schwarez_scott_1986.test <- function(){ # #}