print.goalp {goalp} | R Documentation |
: print.goalp: Prints a summary of a goalp object to screen.
Description
Prints a human-readable formulation of a goal programming problem.
Usage
## S3 method for class 'goalp'
print(x, ...)
Arguments
x |
A goalp object. |
... |
Additional arguments. Ignored. |
Value
A scalar character (i.e. a text string) with a human-readable
formulation of the goal programming problem represented by
goalp object x
. This can be edited and used as an input
to goalp, if modifications to the goal programming problem
are required.
[Package goalp version 0.3.1 Index]