powered by
Plot cv.enpls object
# S3 method for cv.enpls plot(x, xlim = NULL, ylim = NULL, alpha = 0.8, main = NULL, ...)
An object of class cv.enpls.
cv.enpls
x Vector of length 2 - x axis limits of the plot.
y Vector of length 2 - y axis limits of the plot.
An alpha transparency value for points, a real number in (0, 1].
Plot title, not used currently.
Additional graphical parameters, not used currently.
See cv.enpls for cross-validation of ensemble partial least squares regression models.
# NOT RUN { data("alkanes") x <- alkanes$x y <- alkanes$y set.seed(42) cvfit <- cv.enpls(x, y, reptimes = 10) plot(cvfit) # }
Run the code above in your browser using DataLab