echem_read: Read electrochemistry data

Description Usage Arguments Examples

View source: R/electrochemistry.R

Description

Reads *.txt files from the CHI potentiostats. Current supports Cyclic Voltammetry and Bulk Electrolysis with Coulometry

Usage

1

Arguments

file

Path to the *.txt file from the CHI potentiostat

Examples

1
2
3
4
5
6
7
file <- system.file('extdata/cv/cv_example.txt', package = 'osc')
data <- read_elec(elec)
plot(data)

file <- system.file('extdata/cv/Electrolysis.txt', package = 'osc')
data <- read_elec(file)
plot(data)

SPOMAN/osc documentation built on May 14, 2019, 7:41 a.m.