Это старая версия документа!


Cpx: Nomenclature of the Ca-Mg-Fe clinopyroxenes, Morimoto et al., 1988

Composition ranges of the Ca-Mg-Fe clinopyroxenes with accepted names.

Details

Reference J. Fabries, A. K. Ferguson, I. V. Ginzburg, M. Ross, F. A. Seifert, J. Zussman, K. Aoki, G. Gottardi Nomenclature of Pyroxenes, 1988 [ref]
Data mineral
Input wtp

Использовать Проверить

  • заголовок
  • краткое описание
  • статья
  • ссылка
  • карточка
  • подробное описание
  • код
  • тест

Source

  1. source('recalc_cpx_4cat_norm.r');
  2.  
  3. classifydiag.cpx_ca_mg_fe <- function (wtp_data, annotate=T, labels=F, ...)
  4. {
  5. ds <- selectNames(recalc.cpx_4cat_norm(wtp_data),
  6. c('Name','Ca_pfu','Mg_pfu','Fe_pfu','Fe_p2_pfu','Fe_p3_pfu','Na_pfu'));
  7.  
  8. marks <- data.frame(Label=c('Diopside','Hedenbergite','Augite','Pigeonite','Clinoenstotite','Clinoferrosilite'),
  9. X=c(0.48,0.12,0.33,0.44,0.78,0.18),
  10. Y=c(0.55,0.55,0.33,0.12,0.03,0.03),
  11. Z=c(0.12,0.48,0.33,0.44,0.18,0.78));
  12.  
  13. lines <- data.frame(X1 = c(0.50, 0.55),
  14. Y1 = c(0.50, 0.45),
  15. Z1 = c(0.00, 0.00),
  16. X2 = c(0.00, 0.00),
  17. Y2 = c(0.50, 0.45),
  18. Z2 = c(0.50, 0.55));
  19.  
  20. pts <- data.frame (Name = ds$Name,
  21. X = ds$Mg_pfu,
  22. Y = ds$Ca_pfu,
  23. Z = ds$Fe_pfu);
  24.  
  25. labels <- c("En", "Wo", "Fs");
  26.  
  27. ret <- c();
  28. ret$type <- "ternogram";
  29. ret$points <- pts;
  30. ret$marks <- marks;
  31. ret$labels <- labels;
  32. ret$lines <- lines;
  33.  
  34. return (ret);
  35. }
  • classifydiag/cpx_ca_mg_fe.1568206152.txt.gz
  • Последние изменения: 2019/09/11 12:49
  • — f0ma