plot.drift: plot drift corrected data

View source: R/drift.R

plot.driftR Documentation

plot drift corrected data

Description

shows the time resolved mass spectrometer signals fitted by a generalised linear model

Usage

## S3 method for class 'drift'
plot(x, sname = NULL, i = 1, ...)

Arguments

x

an object of class drift

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 plot function.

Examples

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

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