Function to plot bootstrap performance results of the ddsPLS algorithm
# S3 method for ddsPLS
plot(
x,
type = "criterion",
digits = 1,
legend.position = "topright",
horiz = TRUE,
biPlot = FALSE,
las = 0,
col = NULL,
cex.names = 1,
mar = c(5, 4, 4, 2) + 0.1,
...
)A ddsPLS object
The type of graphics. One of "criterion" (default), "total", "prop", "predict", "Q2r", "Q2", "R2r", "R2", "weightX", "weightY", "loadingX" or "loadingY".
double. Rounding of the written explained variance.
character. Where to put the legend.
boolean. Whether to plot horizontally.
boolean wether or not to plot one component versus the other.
numeric in (0,1,2,3): the style of axis labels.
vector. Mainly to modify bars in weight plots.
double. Size factor for variable names.
vector. The margins for the plot.
Other plotting parameters to affect the plot.
ddsPLS, predict.ddsPLS, summary.ddsPLS