calibration: standard calibration

View source: R/calibration.R

calibrationR Documentation

standard calibration

Description

calibration of SIMS data using reference standards

Usage

calibration(
  lr,
  stand,
  pairing = NULL,
  prefix = NULL,
  snames = NULL,
  i = NULL,
  invert = FALSE,
  t = NULL
)

Arguments

lr

an object of class logratios

stand

an object of class standard

pairing

an object of class pairing

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 TRUE, inverts the selection made by snames or i

t

analysis time that the signal should be regressed to

Value

an object of class calibration

Examples

## 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)

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