Learn R Programming

canprot (version 1.0.0)

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; this only affects the lines, but not the positions of labels.

References

Dick, J. M. (2016) Proteomic indicators of oxidation and hydration state in colorectal cancer. PeerJ 4, e2238. 10.7717/peerj.2238

See Also

This is used in inst/oldvignettes/colorectal.Rmd to reproduce Figure 6 of Dick (2016). Other conversions involving Eh are possible with convert (from CHNOSZ).

Examples

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

Run the code above in your browser using DataLab