hist.massvectorlist {mscalib}R Documentation

Histograms

Description

Histogram of mass frequencies in the massvectorlist.

Usage

## S3 method for class 'massvectorlist':
hist(x,accur = 0.1, main=info(mvl) ,xlab="m/z",xlim=c(700,4500),add=FALSE,col=1,...)

Arguments

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

Author(s)

Witold Wolski wolski@molgen.mpg.de

See Also

hist.massvector,

Examples

 data(mvl)
 hist(mvl)

[Package Contents]