calibrate | R Documentation |
convert signal logratios to atomic logratios
calibrate(cal, exterr = FALSE)
cal |
an object of class |
exterr |
logical flag indicating whether the uncertainty of the calibration should be propagated. |
an object of class calibrated
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,log=FALSE)
tab <- data2table(del)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.