plot.drift | R Documentation |
shows the time resolved mass spectrometer signals fitted by a generalised linear model
## S3 method for class 'drift'
plot(x, sname = NULL, i = 1, ...)
x |
an object of class |
sname |
the name of the sample to be shown |
i |
the number of the sample to be shown |
... |
optional arguments to be passed on to the generic
|
data('Cameca_UPb',package='simplex')
dc <- drift(x=Cameca_UPb)
plot(dc,i=1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.