Plot the lines of a linear mathematical program (Ax = b)
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
True
make latex math labels for TikZ.- ...
Further arguments passed on the the
ggplot
plotting functions. This must be done as lists. Currently the following arguments are supported:argsTheme
: A list of arguments forggplot2::theme
.
Note
In general you will properly use plotPolytope()
instead of this function.
Author
Lars Relund lars@relund.dk