View source: R/MLMSfunctions.R
plot_individual_peaks | R Documentation |
plot_individual_peaks: function to plot an individual peak in an experiment
plot_individual_peaks(start.t, end.t, time.vec, int.vec, peak_num, v.mv)
start.t |
start time of the peak |
end.t |
end time of the peak |
time.vec |
vector containing all time.s raw data |
int.vec |
vectoring containing the raw intensity data for a specified mass (i.e. v44.mV, etc.) |
peak_num |
the peak number |
v.mv |
vector containing the raw mV intensity data |
Usage example
plot_individual_peaks(start1,end1,allt.s,allv44,"1","v44.mV")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.