delta | R Documentation |
convert stable isotope logratio data to delta notation
delta(cd, ref, log = TRUE)
cd |
an object of class |
ref |
the logratio composition of a reference material, i.e. a
list with items |
log |
use traditional delta notation ( |
an object of class delta
## Not run:
data('Cameca_oxygen',package='simplex')
dc <- drift(x=Cameca_oxygen)
lr <- logratios(x=dc)
cal <- calibration(lr=lr,stand=standard(preset='NBS28-O'))
cd <- calibrate(cal)
del <- delta(cd)
tab <- data2table(del)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.