plot.optproj | R Documentation |
Projection plots for optimization routines.
## S3 method for class 'optproj'
plot(x, xnames, xind, equalize = FALSE, layout, xlab, ylab, ...)
x |
An |
xnames |
Optional vector of names for the plot titles. |
xind |
Integer or logical vector of indices indicating which projections should be plotted. Defaults to all projection plots. |
equalize |
If |
layout |
Optional vector giving the number of rows and columns in the plot layout. For |
xlab , ylab |
Outer x-axis and y-axis labels. |
... |
Further arguments to be passed to or from other methods. |
A grid of projection plots, with vertical lines at the potential solution.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.