powered by
"plot"(x, nvar = NULL, type = c("dotplot", "boxplot"), limits = c(0, 1), main = NULL, ...)
enpls.fs
sort = FALSE
"dotplot"
"boxplot"
data("alkanes") x = alkanes$x y = alkanes$y set.seed(42) fs = enpls.fs(x, y, reptimes = 50) plot(fs) plot(fs, nvar = 10) plot(fs, type = "boxplot") plot(fs, type = "boxplot", limits = c(0.05, 0.95))
Run the code above in your browser using DataLab