drift: drift correction

View source: R/drift.R

driftR Documentation

drift correction

Description

fits a generalised linear model to time resolved SIMS data

Usage

drift(x, i = NULL)

Arguments

x

an object of class simplex

i

(optional) vector of mass spectrometer cycles to be used for the drift correction. If NULL, uses the entire signal.

Value

an object of class drift

Examples

data('SHRIMP_UPb',package='simplex')
dc <- drift(x=SHRIMP_UPb)
plot(dc,i=1)

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