plot.rawrrSpectrum | R Documentation |
rawrrSpectrum
Plot method for objects of class rawrrSpectrum
.
## S3 method for class 'rawrrSpectrum'
plot(
x,
relative = TRUE,
centroid = FALSE,
SN = FALSE,
legend = TRUE,
diagnostic = FALSE,
...
)
x |
an object of class |
relative |
If set to |
centroid |
Should centroided data be used for plotting? |
SN |
Should Signal/Noise be used for plotting? |
legend |
Should legend be printed? |
diagnostic |
Should this option be applied? The default is |
... |
function passes arbitrary additional arguments. |
plot.rawrrSpectrum
is a low level function that calls
base::plot
for plotting rawrrSpectrum
objects. It passes all
additional arguments to plot()
Is usually called by method dispatch.
This function creates a plot.
Tobias Kockmann, 2020.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.