RGetPhases {Rphree}R Documentation

Workhorse function for extraction of

Description

Workhorse function for extraction of results from a solution, specifically equilibrium phases.

Usage

RGetPhases(lin, which = NULL, delta = TRUE)

Arguments

lin

The solution outputted by Rphree

which

String containing the name of the specific pphase to look for. If omitted, all pphases are returned.

delta

Logical. If TRUE, delta min are returned, if FALSE, total amount

Value

A data.frame containing the results of equilibrium phases

Author(s)

MDL


[Package Rphree version 0.1-7 Index]