plot.cv: Plot cyclic voltammograms

Description Usage Arguments Examples

Description

Produces a CV-plot based on a dataframe from cv_read. If there is more than one CV in the file, each will be plotted in a different color.

Usage

1
2
## S3 method for class 'cv'
plot(df)

Arguments

df

A CV loaded with cv_read()

Examples

1
2
3
file <- system.file('extdata/cv/5cv_example.txt', package = 'osc')
df <- cv_read(file, skip = 70)
plot(df)

SPOMAN/osctools documentation built on May 24, 2019, 6:19 p.m.