RepSol {Rphree} | R Documentation |
Replicates an input buffer containing only one SOLUTION, taking care of SOLUTION/KINETICS/PURE identifiers. Eventually insert a block (e.g: PUNCH) under the first SOLUTION.
RepSol(sol, n, first = NULL)
sol |
The initial phreeqc buffer that needs to be replicated. |
n |
Number of replicates to generate. |
first |
A new block which needs to be inserted only in the first solution (typically, PUNCH and alike). |
Analogous to standard rep
function.
A buffer upon which Rphree can be called.
MDL