View source: R/plot_fullspectra.r
plot_fullspectra | R Documentation |
This function allows to draw spectra according to a group and potential smoothing
plot_fullspectra(
x,
y,
group = NULL,
spar = 0,
integrationTable = NULL,
xlim = NULL,
ylim = NULL,
threshold = 0,
main = "Spectra",
xlab = "Mass",
ylab = "Intensity",
legend = TRUE,
...
)
x |
abscissa of the spectra |
y |
ordinate of the spectra |
group |
group for each spectra |
spar |
if 0, no smoothing. Ifelse the smoothing parameter is between 0 and 1 and indicates a smoothing. |
integrationTable |
NULL |
xlim |
vector of two numbers representing the limits of x axis. |
ylim |
vector of two numbers representing the limits of y axis. |
threshold |
NULL |
main |
title of the graph |
xlab |
character indicating the label on the x axis |
ylab |
character indicating the label on the y axis |
legend |
if TRUE the legend is displayed |
... |
Further parameters in plots such as xlim,xlab,ylim,ylab |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.