PLS sample plot methods
1 2 3 4 5 6 7 8 9 10 11 12 13 | ## S3 method for class 'mixo_pls'
plotIndiv(object, comp = NULL, rep.space = NULL,
ind.names = TRUE, group, col.per.group, style = "ggplot2",
ellipse = FALSE, ellipse.level = 0.95, centroid = FALSE,
star = FALSE, title = NULL, subtitle, legend = FALSE,
X.label = NULL, Y.label = NULL, Z.label = NULL, abline = FALSE,
xlim = NULL, ylim = NULL, col, cex, pch, pch.levels, alpha = 0.2,
axes.box = "box", layout = NULL, size.title = rel(2),
size.subtitle = rel(1.5), size.xlabel = rel(1),
size.ylabel = rel(1), size.axis = rel(0.8), size.legend = rel(1),
size.legend.title = rel(1.1), legend.title = "Legend",
legend.title.pch = "Legend", legend.position = "right",
point.lwd = 1, background = NULL, ...)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.