annotateLSV {eChem} | R Documentation |
Annotate Linear Sweep Voltammogram
Description
Plots a linear sweep voltammogram and annotates it with values for either the cathodic peak potential (Epc) and cathodic peak current (ip,c), or the anodic peak potential (Epa) and the anodic peak current (ip,a). The baseline for determining the peak currents is set using a defined percentage of points at the beginning of potential scan.
Usage
annotateLSV(filename, potential.per = 5, main_title = NULL)
Arguments
filename |
Name of the file that contains the results of a simulated linear sweep voltammetry experiment. |
potential.per |
The percentage of points from the beginning of the potential scan used to set the baseline for measuring the peak current. |
main_title |
An optional main title. |
Value
Returns a plot of the linear sweep voltammogram with annotations.
Examples
ex_lsv = simulateLSV(e.start = 0.25, e.end = -0.25, e.form = 0,
stir.rate = "fast", x.units = 100, t.units = 1000)
annotateLSV(ex_lsv)
[Package eChem version 1.0.0 Index]