Description Usage Arguments See Also Examples
View source: R/phreeqc_input_helpers.R
Specify a MIX of solutions
1 |
.number |
Number of the component |
.name |
Name of the component |
... |
Further arguments |
https://wwwbrr.cr.usgs.gov/projects/GWC_coupled/phreeqc/phreeqc3-html/phreeqc3-27.htm#50528257_23725
1 2 3 4 5 | solution_1 <- phr_solution(.number = 1, Na = 1, Cl = 1)
solution_2 <- phr_solution(.number = 2, K = 1, Cl = 1)
# Referring to SOLUTION ".number" in quotes
phr_mix("1" = 0.25, "2" = 0.75)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.