phr_solution_list: Create a large number of solutions

Description Usage Arguments Value Examples

View source: R/phreeqc_input_helpers.R

Description

Create a large number of solutions

Usage

1
phr_solution_list(pH = 7, pe = 4, temp = 25, ...)

Arguments

pH

the pH of the solution

pe

the pe of the solution

temp

the temperature of the solution (degrees C)

...

Arguments to phr_solution(), all unique combinations of which will be used.

Value

A phr_input()

Examples

1
phr_solution_list(pH = c(5:7), pe = c(0:10), Hg = 0.1)

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