plot.massvectorlist {mscalib} | R Documentation |
Plots masses (m/z) in massvector against sample in massvectorlist.
## S3 method for class 'massvectorlist': plot(x, main=info(mvl) ,xlab="m/z",xlim=c(700,4500),add=FALSE,col=1,cex=0.5,...)
... |
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. |
Witold Wolski wolski@molgen.mpg.de
hist.massvectorlist
,
plot.massvector
,
image.mlist
,
plot
,
par
,
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))