Learn R Programming

goalp (version 0.3.1)

print.goalp: : 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 goalp
print(x, ...)

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.

Arguments

x

A goalp object.

...

Additional arguments. Ignored.