plot.massvector {mscalib} | R Documentation |
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.
## S3 method for class 'massvector': plot(x,...)
... |
a second massvector and graphical parameters can be given as arguments to `plot'. |
x |
massvector |
Witold Wolski wolski@molgen.mpg.de
data(mv1) data(mv2) plot(mv1) plot(mv1,mv2)