plotS | R Documentation |
For each column in a matrix representing mass spectra, generates a sub-plot
plotS(S, x2, out="", filename=paste("S.", out, sep = ""), col=vector(),cex=1, lab="",cex.lab=1)
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 |
|
Katharine M. Mullen
als
## load example mass spectra S and vector of m/z values x2 data(multiex) plotS(S,x2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.