| image {mixOmics} | R Documentation |
This function provide a image map (checkerboard plot) of the cross-validation score obtained
by the tune.rcc function.
## S3 method for class 'tune.rcc' image(x, col = heat.colors, ...)
x |
object returned by |
col |
a character string specifying the colors function to use:
|
... |
not used currently. |
image.estim.regul creates an image map of the matrix
object$mat containing the cross-validation
score obtained by the estim.regul function.
Also a color scales strip is plotted.
Sébastien Déjean and Ignacio González.
data(nutrimouse) X <- nutrimouse$lipid Y <- nutrimouse$gene ## this can take some seconds cv.score <- tune.rcc(X, Y, validation = "Mfold", plot = FALSE) image(cv.score)