RPhreeExt {Rphree}R Documentation

Workhorse function for extraction of informations from a solution

Description

Workhorse function for extraction of results from a solution, primarily intended to be used by RPinfo, where it is called inside a sapply statement.

Usage

RPhreeExt(sol, cat, prop)

Arguments

sol

The solution outputted by Rphree

cat

String: the category or output block where to look for the property prop

prop

The name of the property to look for

Value

Numeric of length 1, the inquired value for the property

Author(s)

MDL


[Package Rphree version 0.1-7 Index]