View source: R/renderExampleRunPlot.R
renderExampleRunPlot | R Documentation |
The graphical output depends on the target function at hand. - For 1D numeric functions the upper plot shows the true function (if known), the model and the (infill) points. The lower plot shows the infill criterion. - For 2D mixed target functions only one plot is displayed. - For 2D numeric only target functions up to four plots are presented to the viewer: - levelplot of the true function landscape (with [infill] points), - levelplot of the model landscape (with [infill] points), - levelplot of the infill criterion - levelplot of the standard error (only if learner supports standard error estimation). - For bi-criteria target functions the upper plot shows the target space and the lower plot displays the x-space.
renderExampleRunPlot( object, iter, densregion = TRUE, se.factor = 1, single.prop.point.plots = FALSE, xlim = NULL, ylim = NULL, point.size = 3, line.size = 1, trafo = NULL, colors = c("red", "blue", "green"), ... )
object |
[ |
iter |
[ |
densregion |
[ |
se.factor |
[ |
single.prop.point.plots |
[ |
xlim |
[ |
ylim |
[ |
point.size |
[ |
line.size |
[ |
trafo |
[ |
colors |
[ |
... |
[any] |
[list
]. List containing separate ggplot object. The number of plots depends on
the type of MBO problem. See the description for details.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.