calibrate: calibrate SIMS data

View source: R/calibrate.R

calibrateR Documentation

calibrate SIMS data

Description

convert signal logratios to atomic logratios

Usage

calibrate(cal, exterr = FALSE)

Arguments

cal

an object of class calibration

exterr

logical flag indicating whether the uncertainty of the calibration should be propagated.

Value

an object of class calibrated

Examples

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)

pvermees/simplex documentation built on Sept. 2, 2023, 12:40 p.m.