Description Usage Arguments Value Examples
Reaction arithmetic
1 2  | ## S3 method for class 'reaction'
x * y
 | 
x | 
 A reaction object  | 
y | 
 A reaction object or operand  | 
A reaction object
1 2 3 4 5 6 7 8 9 10  | r1 <- as_reaction("O2 + 2H2 = 2H2O", log_k = -46.62)
r2 <- as_reaction("H3O+ + OH- = 2H2O", log_k = 14)
-r1
-r2
r1 + r2
r1 - r2
r1 * 2
2 * r1
r1 * -2
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.