annotateLSV: Annotate Linear Sweep Voltammogram

Description Usage Arguments Value Examples

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

1
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

1
2
3
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)

eChem documentation built on May 2, 2019, 2:14 p.m.