Learn R Programming

iontree (version 1.18.0)

plotSpectrum: Plot a spectrum

Description

plot a mass spectrum

Usage

plotSpectrum(x, y=NULL, top = 20, type = "h", scale100 = FALSE,
    digit.label = 1, col = "black", pos = 0, main = "",
    clickAddLabels = FALSE, ...)

Arguments

x
m/z
y
intensity
top
top intense m/z to be labelled
type
plot type
scale100
in scale of 0-100 if true
digit.label
m/z precision to be maintained
col
m/z label color
pos
m/z label position
main
title
clickAddLabels
click to add labels
...
as in plot

Value