phr_mix: Specify a MIX of solutions

Description Usage Arguments See Also Examples

View source: R/phreeqc_input_helpers.R

Description

Specify a MIX of solutions

Usage

1
phr_mix(.number = 1, .name = "", ...)

Arguments

.number

Number of the component

.name

Name of the component

...

Further arguments

See Also

https://wwwbrr.cr.usgs.gov/projects/GWC_coupled/phreeqc/phreeqc3-html/phreeqc3-27.htm#50528257_23725

A phr_input_section()

Examples

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)

paleolimbot/tidyphreeqc documentation built on Aug. 29, 2019, 11:14 p.m.