RReadOut: RReadOut

Description Usage Arguments Details Value Author(s) Examples

Description

Reads a phreeqc output file and forms a results list as if the calculation were made with Rphree.

Usage

1
RReadOut(out)

Arguments

out

The PHREEQC output file.

Details

Currently all blocks are read. For simulations with kinetics the function to use is RReadOutKin.

Value

An output list, as if the simulation would have being run through Rphree (the same blocks and the same names are returned)

Author(s)

MDL

Examples

1
2
3
4
## Not run: 
out <- RReadOut("ex.out")

## End(Not run)

Rphree documentation built on May 2, 2019, 6:09 p.m.