VSMOW | R Documentation |
returns the oxygen isotope composition of the eponymous stable isotope reference material
VSMOW()
a two-item list containing a vector val
of
logratio-values and its covariance matrix cov
.
data(Cameca_oxygen,package="simplex")
del <- list()
del$val <- 5.4
del$cov <- matrix(0.04,1,1)
names(del$val) <- colnames(del$cov) <- rownames(del$cov) <- 'O18/O16'
st <- standard(del=del,ref=VSMOW())
cal <- calibration(lr=Cameca_oxygen,stand=st)
plot(cal)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.