get.row.report {FAwR} | R Documentation |
The function generates a data.frame
object that contains row information from a GLPK object.
get.row.report( lp )
lp |
A GLPK object. |
The function generates a data.frame
object that contains row information from a GLPK object.
A data.frame that contains several elements returned from GLPK wrapper functions that return attributes from a row from an GLPK object.
Jeff D. Hamann <jeff.hamann@forestinformatics.com>
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