hist.massvector {mscalib} | R Documentation |
Histograms
## S3 method for class 'massvector': hist(x,accur = 0.1,abund = 0, main=info(x) ,xlab="m/z",xlim=c(min(mass(x)),max(mass(x))),add=FALSE,col=1,...)
... |
further plotting arguments. |
abund |
draws a horizontal line at the frequency given by abund. |
accur |
sets the bin width of the histogramm. |
add |
T-adds the histogram to an existing image. |
col |
the color of the histogram. |
main |
|
x |
|
xlab |
sets the xlabels. |
xlim |
sets the min and max value to be displayed. |
Witold Wolski wolski@molgen.mpg.de
hist
,
data(mv1) hist(mv1)