Description Usage Arguments Value Examples
Specify a reaction temperature gradient
1 | reaction_temperature(.number = 1, low = 0, high = 100, steps = 100)
|
.number |
The number of the gradient |
low |
The low temperature (degrees C) |
high |
The high temperature (degrees C) |
steps |
The number of steps to use between low and high |
A character vector summarising the input
1 2 3 4 5 6 7 | reaction_temperature(low = 25, high = 75, steps = 51)
# example 2 from the manual
phreeqc(solution(), # pure water
equilibrium_phases(Gypsum = c(0, 1), Anhydrite = c(0, 1)),
reaction_temperature(low = 25, high = 50, steps = 10),
selected_output(temperature = TRUE, si = c("Gypsum", "Anhydrite")))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.