plotGrid {eChem}R Documentation

Grid of Diffusion Profiles

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

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


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)

[Package eChem version 1.0.0 Index]