plotLines2D {gMOIP} | R Documentation |
Plot the lines of a linear mathematical program (Ax = b)
Description
Plot the lines of a linear mathematical program (Ax = b)
Usage
plotLines2D(A, b, nonneg = rep(TRUE, ncol(A)), latex = FALSE, ...)
Arguments
A |
The constraint matrix. |
b |
Right hand side. |
nonneg |
A boolean vector of same length as number of variables. If entry k is TRUE then variable k must be non-negative and the line is plotted too. |
latex |
If |
... |
Further arguments passed on the the
|
Value
A ggplot
object.
Note
In general you will properly use plotPolytope()
instead of this function.
Author(s)
Lars Relund lars@relund.dk
See Also
[Package gMOIP version 1.5.2 Index]