hist.massvector {mscalib}R Documentation

Histograms

Description

Histograms

Usage

## 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,...)

Arguments

... 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.

Author(s)

Witold Wolski wolski@molgen.mpg.de

See Also

hist,

Examples

 data(mv1)
 hist(mv1)

[Package Contents]