Description Usage Arguments Value Examples
Create input sections for phreeqc
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | phreeqc_input(type, number = NA, name = "", components = list())
solution(.number = 1, .name = "", ...)
selected_output(.number = 1, ...)
equilibrium_phases(.number = 1, .name = NA, ...)
## S3 method for class 'phreeqc_input'
print(x, ...)
is.phreeqc_input(x)
as.phreeqc_input(x)
## S3 method for class 'phreeqc_input'
x + y
 | 
| type | The keyword name to use (e.g. SOLUTION) | 
| number, .number | Number of the component | 
| name, .name | Name of the component | 
| components, ... | Key/value pairs corresponding to lines of input | 
| x, y | An object created by phreeqc_input | 
A character vector with an element for each line
| 1 2 | # pure water solution
solution(pH=7, temp=25)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.