calibration | R Documentation |
calibration of SIMS data using reference standards
calibration(
lr,
stand,
pairing = NULL,
prefix = NULL,
snames = NULL,
i = NULL,
invert = FALSE,
t = NULL
)
lr |
an object of class |
stand |
an object of class |
pairing |
an object of class |
prefix |
(optional) prefix of the aliquots to be used as calibration standards |
snames |
(option) vector of sample names to be used as calibration standards |
i |
(optional) vector of indices of aliquots to be used as calibration standards |
invert |
if |
t |
analysis time that the signal should be regressed to |
an object of class calibration
## Not run:
data('SHRIMP_UPb',package='simplex')
st <- standard(preset='Temora')
dc <- drift(x=SHRIMP_UPb)
lr <- logratios(x=dc)
cal <- calibration(lr=lr,stand=st,prefix="TEM")
plot(cal)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.