RepSol {Rphree}R Documentation

Replicate a SOLUTION

Description

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.

Usage

RepSol(sol, n, first = NULL)

Arguments

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).

Details

Analogous to standard rep function.

Value

A buffer upon which Rphree can be called.

Author(s)

MDL


[Package Rphree version 0.1-7 Index]