get.col.report {FAwR}R Documentation

Obtains column information about the GLPK problem object.

Description

This function returns a data.frame object that contains several useful column attributes about a linear programming GLPK object.

Usage

get.col.report( lp )

Arguments

lp

A GLPK object.

Details

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

Value

A data.frame that contains several elements returned from GLPK wrapper functions that return attributes from a column 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.row.report


[Package FAwR version 1.1.2 Index]