View source: R/plot.lpExtPtr.R
plot.lpExtPtr | R Documentation |
Plots the feasible set of a simple linear program with two decision variables. The decision variables must be real, nonnegative and must not have a finite upper bound. Only inequality constraints are supported.
## S3 method for class 'lpExtPtr'
plot(x, y, ...)
x |
an lpSolve linear program model object. |
y |
this argument is ignored. |
... |
additional arguments are ignored. |
Kjell Konis kjell.konis@me.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.