Learn R Programming

canprot (version 0.1.2)

Ehplot: Plot Eh

Description

Show redox potential (Eh) scale.

Usage

Ehplot(basis = "QEC", T = 37, pH = 7.4)

Arguments

basis

character, keyword for basis species to use

T

numeric, temperature in degrees Celsius

pH

numeric, pH

Details

This function plots selected values of Eh (redox potential) as a function of and . The lines are labeled with the Eh value in volts. The temperature and pH can be adjusted using the T and pH arguments (currently this only affects the lines, but not the positions of labels).

See Also

convert (from CHNOSZ)

Examples

Run this code
# NOT RUN {
library(CHNOSZ)
Ehplot()
# }

Run the code above in your browser using DataLab