drift | R Documentation |
fits a generalised linear model to time resolved SIMS data
drift(x, i = NULL)
x |
an object of class |
i |
(optional) vector of mass spectrometer cycles to be used
for the drift correction. If |
an object of class drift
data('SHRIMP_UPb',package='simplex')
dc <- drift(x=SHRIMP_UPb)
plot(dc,i=1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.