plot.ibt | R Documentation |
plot.ibt
## S3 method for class 'ibt'
plot(
x,
main = "Chromatogram",
xlab = "time",
ylab = "intensity",
ylim = NULL,
xlim = NULL,
selec = NULL,
groupOption = "no",
...
)
x |
abscissa of the spectra |
main |
title of the graph |
xlab |
character indicating the label on the x axis |
ylab |
character indicating the label on the y axis |
ylim |
vector of two numbers representing the limits of y axis. |
xlim |
vector of two numbers representing the limits of x axis. |
selec |
vector containing the names of the spectra to be displayed |
groupOption |
"no", "name" or file. |
... |
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.