plotGrid: Grid of Diffusion Profiles

Description Usage Arguments Value Examples

Description

Plots eight diffusion profiles—at times that are 10 30 experiment—around a central plot that shows the corresponding voltammogram, chronoamperogram, or chronocoulogram using an object created with one of the package's simulation functions: cvSim for cyclic voltammetry, lsvSim for linear sweep voltammetry, caSim for chronoamperometry, or ccSim for chronocoulometry. Note: this function will not work with the reduced data file created using sampleAmpgram, sampleCoulgram, or sampleVoltgram.

Usage

1
plotGrid(filename)

Arguments

filename

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

Value

Returns a 3 by 3 grid of individual plots.

Examples

1
2
3
4
5
6
7
ex_cv = simulateCV(e.start = 0.25, e.switch = -0.25, e.form = 0,
  x.units = 100, t.units = 1000)
plotGrid(ex_cv)

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)
plotGrid(ex_ca)

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