View source: R/MLMSfunctions.R
| plot_all_peaks | R Documentation |
plot_all_peaks: Function that plots every peak in an experiment in a separate graph (in shared panel)
plot_all_peaks(start.v, end.v, t.s, v.mV, v.name)
start.v |
numeric vector of start times for all the peaks in the experiment |
end.v |
numeric vector of end times for all the peaks in the experiment |
t.s |
numeric vector time.s from raw data |
v.mV |
numeric vector of raw voltages (i.e. v44.mV, v45.mV, v46.mV, etc.) |
v.name |
the name of raw voltage column |
Usage example
plot_all_peaks(start.v1,end.v1,allt.s,allv44,"v44.mV")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.