Description Usage Arguments Value Author(s) Examples
This function accepts spectra (the same ones given to plot()
), allows
the user to click a scan, then returns the scan name in the console and
colors the selected scan red. This is useful is you are using the
plotSpectra()
with base_plot == TRUE
, although the plotly
interactive version is preferable and already interactive.
1 |
spec |
An object of class |
Returns an the name of the selected scan.
Daniel M Griffith
1 2 3 4 5 6 | ## Not run:
data(shootout)
plot(shootout_scans, base_plot == TRUE)
idSpectra(shootout_scans)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.