get.row.report {FAwR}R Documentation

Obtains row information about the GLPK problem object.

Description

The function generates a data.frame object that contains row information from a GLPK object.

Usage

get.row.report( lp )

Arguments

lp

A GLPK object.

Details

The function generates a data.frame object that contains row information from a GLPK object.

Value

A data.frame that contains several elements returned from GLPK wrapper functions that return attributes from a row from an GLPK object.

Author(s)

Jeff D. Hamann <jeff.hamann@forestinformatics.com>

References

Robinson, A.P., and J.D. Hamann. 2010. Forest Analytics with R: an Introduction. Springer.

The GNU GLPK home page at http://www.gnu.org/software/glpk/glpk.html

See Also

get.col.report


[Package FAwR version 1.1.2 Index]