RPhreeFormatOut {Rphree}R Documentation

Format the output returned by PHREEQC

Description

This is the workhorse function used for formatting the raw output returned by PHREEQC at c-level. Not intended for direct use.

Usage

RPhreeFormatOut(out_list, sel)

Arguments

out_list

The list formed by the .Call to PQCLIB

sel

The selection of output blocks

Details

TODO

Value

A list (or a list of lists) in which all blocks are formatted properly in data.frames or named matrices.

Author(s)

MDL


[Package Rphree version 0.1-7 Index]