hist.massvectorlist {mscalib} | R Documentation |
Histogram of mass frequencies in the massvectorlist.
## S3 method for class 'massvectorlist': hist(x,accur = 0.1, main=info(mvl) ,xlab="m/z",xlim=c(700,4500),add=FALSE,col=1,...)
... |
further parameters. |
accur |
bin width for plotting mass frequencies. |
add |
logical; If TRUE add to already existing plot. |
col |
color of the histogram, |
main |
title of graph |
x |
massvectorlist |
xlab |
a title for the x axis. |
xlim |
the range to be encompassed by the x axis. |
Witold Wolski wolski@molgen.mpg.de
data(mvl) hist(mvl)