Electrum – sphalerite fugacity sensor.
| Article | Naotatsu Shikazonoa A comparison of temperatures estimated from the electrum-sphalerite-pyrite-argentite assemblage and filling temperatures of fluid inclusions from epithermal Au-Ag vein-type deposits in Japan, 1985 [ref] |
|---|
source('sensors_t_electrum_sp_shikazono.r');
sensors.f.electrum_sp_shikazono <- function(Elect, Sp)
{
log_f_S = sensors.t.elect_sf_shikazono(Elect, Sp)$log_f_S;
return(data.frame(Name=paste0(Elect$Name,'-',Sfa$Name), log_f_S=log_f_S));
}
sensors.f.electrum_sp_shikazono.args <- function() {
ars <- list();
ars$minerals = c('Elect','Sp');
ars$ranges = c();
return(ars);
}