plot.massvectorlist {mscalib}R Documentation

Massvectorlist Plotting

Description

Plots masses (m/z) in massvector against sample in massvectorlist.

Usage

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

Arguments

... graphical parameters can be given as arguments to `plot'.
add TRUE - masses of a new massvectorlist are added to existing plot.
cex
col color of the points denoting the masses.
main an overall title for the plot.
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.massvectorlist, plot.massvector, image.mlist, plot, par,

Examples

 data(mvl)
 plot(mvl,col= 3 )
 tt<- gamasses(mvl,abund=50)
 plot(mvl,col=1, xlim=c(tt[1,1]-0.4,tt[1,1]+0.4))

[Package Contents]