annotateCC: Annotate Chronocoulogram

Description Usage Arguments Value Examples

Description

Plots a chronocoulogam and annotates it with either the charge for a single pulse experiment, or, for a double pulse experiment, with the charge following the forward and the reverse pulse, and the charge ratio. The charges are displayed for a designated time after a pulse, which defaults to the length of the pulse if a value is not provided.

Usage

1
annotateCC(filename, time.delay, scale.factor = 1, main_title = NULL)

Arguments

filename

Name of the file that contains the results of a simulated chronocoulometry experiment.

time.delay

Time after the application of a pulse for which the current is reported.

scale.factor

Setting to a value less than 1 adjusts the y-axis limits so that the limits are not defined by the current spike.

main_title

An optional main title.

Value

Returns a plot of the chronocoulogram with annotations.

Examples

1
2
3
4
ex_ca = simulateCA(e.start = 0.25, e.pulse = -0.25, e.form = 0,
  pulses = "double", t.2 = 20, x.units = 100, t.units = 1000)
ex_cc = simulateCC(ex_ca)
annotateCC(ex_cc)

dtharvey/eChem documentation built on July 9, 2019, 1:35 a.m.