plotVIP | R Documentation |
Plot of VIP versus variable loadings in the optimal model.
plotVIP(
object,
comp1 = "p_1",
comp2 = "p",
blockId = NULL,
col = NULL,
pch = NULL,
xlab = NULL,
ylab = NULL,
...
)
## S4 method for signature 'ConsensusOPLS'
plotVIP(
object,
comp1 = "p_1",
comp2 = "p",
blockId = NULL,
col = NULL,
pch = NULL,
xlab = NULL,
ylab = NULL,
...
)
object |
An object of class |
comp1 |
Latent variable for loadings on Y-axis. Default, the first
predictive component, |
comp2 |
Latent variable for VIPs on X-axis. Default, the predictive
component, |
blockId |
The positions or names of the blocks for the plot. Default, NULL, all. |
col |
A vector of color codes or names, one for each block. Default,
NULL, 2 to |
pch |
A vector of graphic symbols, one for each block. Default, NULL,
1 to |
xlab |
X-axis label. Default, NULL, Loading on |
ylab |
Y-axis label. Default, NULL, VIP on |
... |
|
No return value, called for side effects.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.