RReadOut {Rphree} | R Documentation |
Reads a phreeqc output file and forms a results list as if the
calculation were made with Rphree
.
RReadOut(out)
out |
The PHREEQC output file. |
Currently all blocks are read. For simulations with kinetics the
function to use is RReadOutKin
.
An output list, as if the simulation would have being run through Rphree (the same blocks and the same names are returned)
MDL
## Not run: out <- RReadOut("ex.out") ## End(Not run)