plot.tune.RdVisualizes the results of parameter tuning.
# S3 method for class 'tune'
plot(x, type = c("contour", "perspective"), theta = 60,
col = "lightblue", main = NULL, xlab = NULL, ylab = NULL,
swapxy = FALSE, transform.x = NULL, transform.y = NULL,
transform.z = NULL, color.palette = hsv_palette(),
nlevels = 20, ...)an object of class tune
choose whether a contour plot or a perspective plot is used if two parameters are to be visualized. Ignored if only one parameter has been tuned.
angle of azimuthal direction.
the color(s) of the surface facets. Transparent colors are ignored.
main title
titles for the axes. N.B. These must be character strings; expressions are not accepted. Numbers will be coerced to character strings.
if TRUE, the parameter axes are swaped (only used
in case of two parameters).
functions to transform
the parameters (x and y) and the error measures
(z). Ignored if NULL.
color palette used in contour plot.
number of levels used in contour plot.
Further graphics parameters.