plotS {ALS} | R Documentation |
Plots a matrix representing mass spectra
Description
For each column in a matrix representing mass spectra, generates a sub-plot
Usage
plotS(S, x2, out="", filename=paste("S.", out, sep = ""),
col=vector(),cex=1, lab="",cex.lab=1)
Arguments
S |
matrix representing mass spectra of dimension |
x2 |
vector of masses that label the rows of |
out |
if |
filename |
character vector specifying the name of the file to write
if |
col |
if length is greater than zero, then the color to plot each spectrum |
cex |
|
lab |
|
cex.lab |
|
Author(s)
Katharine M. Mullen
See Also
Examples
## load example mass spectra S and vector of m/z values x2
data(multiex)
plotS(S,x2)