troilite | R Documentation |
returns the sulphur isotope composition of meteoritic troilite
troilite()
a two-item list containing a vector val
of
logratio-values and its covariance matrix cov
.
data(Cameca_sulphur,package="simplex")
del <- list()
del$val <- c(0.83,1.61,3.25)
del$cov <- diag(c(0.03,0.08,0.03)^2)
names(del$val) <- rownames(del$cov) <-
colnames(del$cov) <- c('S33/S32','S34/S32','S36/S32')
st <- standard(del=del,ref=troilite())
cal <- calibration(lr=Cameca_sulphur,stand=st)
plot(cal)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.