View source: R/plotExampleRun.R
plotExampleRun | 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.
plotExampleRun( object, iters, pause = interactive(), 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"), gg.objects = list(), ... )
object |
[ |
iters |
[ |
pause |
[ |
densregion |
[ |
se.factor |
[ |
single.prop.point.plots |
[ |
xlim |
[ |
ylim |
[ |
point.size |
[ |
line.size |
[ |
trafo |
[ |
colors |
[ |
gg.objects |
[ |
... |
[any] |
Nothing.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.