Description Arguments Value Methods Author(s) See Also
Plot extracted ion chromatogram for m/z values of interest. The raw data is used in contrast to plotChrom
which uses data from the profile matrix.
object |
|
mzrange |
m/z range for EIC. Uses the full m/z range by default. |
rtrange |
retention time range for EIC. Uses the full retention time range by default. |
scanrange |
scan range for EIC |
mzdec |
Number of decimal places of title m/z values in the eic plot. |
type |
Speficies how the data should be plotted (by default as a line). |
add |
If the EIC should be added to an existing plot. |
... |
Additional parameters passed to the plotting function
(e.g. |
A two-column matrix with the plotted points.
plotEIC(object, mzrange = numeric(), rtrange = numeric(),
scanrange = numeric(), mzdec=2, type="l", add=FALSE, ...)
Ralf Tautenhahn
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.