plot_all_peaks: plot_all_peaks: Function that plots every peak in an...

View source: R/MLMSfunctions.R

plot_all_peaksR Documentation

plot_all_peaks: Function that plots every peak in an experiment in a separate graph (in shared panel)

Description

plot_all_peaks: Function that plots every peak in an experiment in a separate graph (in shared panel)

Usage

plot_all_peaks(start.v, end.v, t.s, v.mV, v.name)

Arguments

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

Examples

Usage example
plot_all_peaks(start.v1,end.v1,allt.s,allv44,"v44.mV")

lilyacb/MLMS documentation built on July 21, 2023, 4:12 a.m.