S3 methods visualizing results for some objects generated by rrmix and tune.rrmix.
# S3 method for rrmix
plot(
x,
pch.L = 1,
pch.F = 2,
col.L = "red",
col.F = "blue",
lty.L = 1,
lty.F = 1,
type = "b",
...
)# S3 method for tune.rrmix
plot(
x,
metric = c("bic", "soft.class.err", "hard.class.err", "est.err", "pred.err"),
col = "blue",
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 rrmix or tune.rrmix.
symbol to use for displaying log-likelihood.
symbol to use for displaying penalized log-likelihood.
color code or name for displaying log-likelihood.
color code or name displaying penalized log-likelihood.
line type for displaying log-likelihood.
line type for displaying penalized log-likelihood.
character indicating the type of plotting.
Other arguments for future usage.
performance metric to use for finding best `rrmix' model. `soft.class.err', `hard.class.err', `est.err', and `pred.err' can only be used when true parameter values are known.
the color(s) of the surface facets. Transparent colors are ignored.
main title.
title for the x-axis.
title for the y-axis.
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.