plot.massvector {mscalib}R Documentation

Massvector Plotting

Description

Function for plotting massvectors. If one massvector are given it shows a stick masspectrum. If two massvectors are given their masses are plotted against each other.

Usage

## S3 method for class 'massvector':
plot(x,...)

Arguments

... a second massvector and graphical parameters can be given as arguments to `plot'.
x massvector

Author(s)

Witold Wolski wolski@molgen.mpg.de

Examples

 data(mv1)
 data(mv2)
 plot(mv1)
 plot(mv1,mv2)

[Package mscalib version 0.5.9 Index]