Различия
Здесь показаны различия между двумя версиями данной страницы.
Предыдущая версия справа и слева Предыдущая версия Следующая версия | Предыдущая версия | ||
classifydiag:basalts_cr_y_pearce [2016/03/04 14:25] admin |
classifydiag:basalts_cr_y_pearce [2018/11/12 15:07] (текущий) |
||
---|---|---|---|
Строка 1: | Строка 1: | ||
- | ====== Y-Cr: Petrotectonic Environments, Pearce ====== | + | ====== Y-Cr: Petrotectonic Environments, Pearce, 1982 ====== |
Discrimination diagram for characterizing island-arc tholeiiters on the basis of Y-Cr covariations. | Discrimination diagram for characterizing island-arc tholeiiters on the basis of Y-Cr covariations. | ||
Строка 5: | Строка 5: | ||
=== Details === | === Details === | ||
- | <ref:pearce1982> | + | | Reference | <ref:pearce1982> | |
+ | | Data | bulk | | ||
+ | | Input | Cr_ppm, Y_ppm | | ||
+ | |||
+ | <use:classifydiag.basalts_cr_y_pearce> | ||
+ | <test:classifydiag.basalts_cr_y_pearce> | ||
<WRAP center round todo 60%> | <WRAP center round todo 60%> | ||
Строка 22: | Строка 27: | ||
<Code> | <Code> | ||
- | require('ggplot'); | + | require('ggplot2'); |
classifydiag.basalts_cr_y_pearce <- function (wtp_data, ...) | classifydiag.basalts_cr_y_pearce <- function (wtp_data, ...) | ||
Строка 32: | Строка 37: | ||
Y = ds$Cr_ppm); | Y = ds$Cr_ppm); | ||
- | labels <- c("Y ppm", "Cr ppm"); | + | labels <- c("Y", "Cr"); |
ret <- c(); | ret <- c(); | ||
Строка 38: | Строка 43: | ||
ret$points <- pts; | ret$points <- pts; | ||
ret$labels <- labels; | ret$labels <- labels; | ||
- | ret$limits <- c(1,100,10,10000); | + | ret$limits <- c(1,250,10,2000); |
ret$scale <- c('log','log'); | ret$scale <- c('log','log'); | ||
Строка 45: | Строка 50: | ||
</Code> | </Code> | ||
+ | |||
+ | {{tag>classifydiag wholerock}} |