plotTIC-methods {xcms} | R Documentation |
Plot chromatogram of total ion count. Optionally allow identification of target peaks and viewing/identification of individual spectra.
object |
the xcmsRaw object |
ident |
logical, use mouse to identify and label chromatographic peaks |
ident |
logical, use mouse to identify and label spectral peaks |
If ident == TRUE
, an integer vector with the indecies of
the points that were identified. Otherwise a two-column matrix
with the plotted points.
plotTIC(object, ident = FALSE, msident = FALSE)