plot.ibt: plot.ibt

View source: R/plot.ibt.R

plot.ibtR Documentation

plot.ibt

Description

plot.ibt

Usage

## S3 method for class 'ibt'
plot(
  x,
  main = "Chromatogram",
  xlab = "time",
  ylab = "intensity",
  ylim = NULL,
  xlim = NULL,
  selec = NULL,
  groupOption = "no",
  ...
)

Arguments

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


ChemoSens/PTRMSR documentation built on June 15, 2025, 10:40 a.m.